Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
| 208 |
and displays the results.
|
| 209 |
"""
|
| 210 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
| 211 |
-
space_id = "
|
| 212 |
|
| 213 |
if profile:
|
| 214 |
username = f"{profile.username}"
|
|
|
|
| 208 |
and displays the results.
|
| 209 |
"""
|
| 210 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
| 211 |
+
space_id = os.getenv("SPACE_ID")
|
| 212 |
|
| 213 |
if profile:
|
| 214 |
username = f"{profile.username}"
|