polyMoe commited on
Commit
1889772
·
1 Parent(s): 1e030e6

debug login

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -332,7 +332,7 @@ if __name__ == "__main__":
332
 
333
  if space_host_startup:
334
  print(f"✅ SPACE_HOST found: {space_host_startup}")
335
- print(f" Runtime URL should be: https://{space_host_startup}.hf.space")
336
  else:
337
  print("ℹ️ SPACE_HOST environment variable not found (running locally?).")
338
 
@@ -350,4 +350,4 @@ if __name__ == "__main__":
350
  print("-" * (60 + len(" App Starting ")) + "\n")
351
 
352
  print("Launching Gradio Interface for Basic Agent Evaluation...")
353
- demo.launch(debug=True, share=False)
 
332
 
333
  if space_host_startup:
334
  print(f"✅ SPACE_HOST found: {space_host_startup}")
335
+ print(f" Runtime URL should be: https://{space_host_startup}")
336
  else:
337
  print("ℹ️ SPACE_HOST environment variable not found (running locally?).")
338
 
 
350
  print("-" * (60 + len(" App Starting ")) + "\n")
351
 
352
  print("Launching Gradio Interface for Basic Agent Evaluation...")
353
+ demo.launch(debug=True, share=False, ssr_mode=False)