0r0b0r0s commited on
Commit
811d759
·
verified ·
1 Parent(s): 26b4543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: