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