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