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