dougtrajano commited on
Commit
9597091
·
verified ·
1 Parent(s): e9ec5c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "l3xv/Final_Assignment_Template"
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}"