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