Spaces:
Sleeping
Sleeping
Commit
·
02bdc0b
1
Parent(s):
095cb52
changed 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
|