lucasnseq commited on
Commit
2118268
·
verified ·
1 Parent(s): 54059fc

Update app.py

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