Spaces:
Sleeping
Sleeping
debug login
Browse files
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}
|
| 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)
|