Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,5 +320,4 @@ if __name__ == "__main__":
|
|
| 320 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 321 |
|
| 322 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 323 |
-
|
| 324 |
-
demo.launch(debug=True, share=False, server_port=7861)
|
|
|
|
| 320 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 321 |
|
| 322 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 323 |
+
demo.launch(debug=True, share=False)
|
|
|