Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -225,4 +225,4 @@ if __name__ == "__main__":
|
|
225 |
|
226 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
227 |
#demo.launch(debug=True, share=False)
|
228 |
-
demo.launch(debug=True, share=
|
|
|
225 |
|
226 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
227 |
#demo.launch(debug=True, share=False)
|
228 |
+
demo.launch(debug=True, share=True)
|