Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -245,4 +245,4 @@ if __name__ == "__main__":
|
|
| 245 |
print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
|
| 246 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 247 |
print("Launching Gradio Interface for Advanced Agent Evaluation...")
|
| 248 |
-
demo.launch(debug=True, share=False)
|
|
|
|
| 245 |
print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
|
| 246 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 247 |
print("Launching Gradio Interface for Advanced Agent Evaluation...")
|
| 248 |
+
demo.launch(debug=True, share=False)
|