Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -256,4 +256,4 @@ if __name__ == "__main__":
|
|
256 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
257 |
|
258 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
259 |
-
demo.launch(debug=True, share=
|
|
|
256 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
257 |
|
258 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
259 |
+
demo.launch(debug=True, share=False)
|