Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -204,4 +204,5 @@ if __name__ == "__main__":
|
|
204 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
205 |
|
206 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
207 |
-
demo.launch(debug=True, share=
|
|
|
|
204 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
205 |
|
206 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
207 |
+
demo.launch(debug=True, share=True)
|
208 |
+
|