borisyich commited on
Commit
1de952a
·
verified ·
1 Parent(s): 1f4355e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,4 +182,4 @@ if __name__ == "__main__":
182
  print("-"*(60 + len(" App Starting ")) + "\n")
183
 
184
  print("Launching Gradio Interface for Basic Agent Evaluation...")
185
- demo.launch(debug=True, share=False)
 
182
  print("-"*(60 + len(" App Starting ")) + "\n")
183
 
184
  print("Launching Gradio Interface for Basic Agent Evaluation...")
185
+ demo.launch(debug=True, share=True)