Update app.py
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ if __name__ == "__main__":
|
|
| 216 |
else:
|
| 217 |
print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
|
| 218 |
|
| 219 |
-
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 220 |
|
| 221 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 222 |
demo.launch(debug=True, share=False)
|
|
|
|
| 216 |
else:
|
| 217 |
print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
|
| 218 |
|
| 219 |
+
print("-" *(60 + len(" App Starting ")) + "\n")
|
| 220 |
|
| 221 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 222 |
demo.launch(debug=True, share=False)
|