Spaces:
Sleeping
Sleeping
fix [REPO URL] / [MODEL CARD URL] placeholders visible on live Space header (skeptic-review F4)
Browse files- deployment/gradio_app.py +7 -3
deployment/gradio_app.py
CHANGED
|
@@ -119,10 +119,14 @@ demo = gr.Interface(
|
|
| 119 |
"consistent. PC-DDPM achieves 100% scenario feasibility under operational "
|
| 120 |
"voltage bounds vs. 1.8% scenario infeasibility for the unconstrained baseline, "
|
| 121 |
"on 9 years of real AESO data. "
|
| 122 |
-
"Full methodology, code, and limitations:
|
| 123 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
),
|
| 125 |
-
article="See limitations and intended use in the [model card]([MODEL CARD URL]).",
|
| 126 |
flagging_mode="never",
|
| 127 |
)
|
| 128 |
|
|
|
|
| 119 |
"consistent. PC-DDPM achieves 100% scenario feasibility under operational "
|
| 120 |
"voltage bounds vs. 1.8% scenario infeasibility for the unconstrained baseline, "
|
| 121 |
"on 9 years of real AESO data. "
|
| 122 |
+
"Full methodology, code, and limitations: "
|
| 123 |
+
"https://github.com/JBobyM/pc-ddpm-alberta · "
|
| 124 |
+
"Model card: https://github.com/JBobyM/pc-ddpm-alberta/blob/master/model_card.md"
|
| 125 |
+
),
|
| 126 |
+
article=(
|
| 127 |
+
"See limitations and intended use in the "
|
| 128 |
+
"[model card](https://github.com/JBobyM/pc-ddpm-alberta/blob/master/model_card.md)."
|
| 129 |
),
|
|
|
|
| 130 |
flagging_mode="never",
|
| 131 |
)
|
| 132 |
|