Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -468,4 +468,4 @@ if __name__ == "__main__":
|
|
468 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
469 |
|
470 |
# Launch the Gradio app
|
471 |
-
demo.launch(debug=True) #share=True
|
|
|
468 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
469 |
|
470 |
# Launch the Gradio app
|
471 |
+
demo.launch(debug=True, share=True) #share=True
|