Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None, model_id: str):
|
|
15 |
"""
|
16 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
17 |
space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
|
18 |
-
|
19 |
if profile:
|
20 |
username= f"{profile.username}"
|
21 |
print(f"User logged in: {username}")
|
|
|
15 |
"""
|
16 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
17 |
space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
|
18 |
+
|
19 |
if profile:
|
20 |
username= f"{profile.username}"
|
21 |
print(f"User logged in: {username}")
|