Nienke Dekkema commited on
Commit
78b9cd4
·
1 Parent(s): 39fd908
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,4 +206,4 @@ if __name__ == "__main__":
206
  print("-"*(60 + len(" App Starting ")) + "\n")
207
 
208
  print("Launching Gradio Interface for Basic Agent Evaluation...")
209
- demo.launch(debug=False, share=False, ssr_mode=False)
 
206
  print("-"*(60 + len(" App Starting ")) + "\n")
207
 
208
  print("Launching Gradio Interface for Basic Agent Evaluation...")
209
+ demo.launch(debug=False, share=True, ssr_mode=False)