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