Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
39 |
and displays the results.
|
40 |
"""
|
41 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
|
|
42 |
space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
|
43 |
|
44 |
if profile:
|
|
|
39 |
and displays the results.
|
40 |
"""
|
41 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
42 |
+
|
43 |
space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
|
44 |
|
45 |
if profile:
|