aubrigene949 commited on
Commit
ac5c113
·
verified ·
1 Parent(s): b5d085b

Update app.py

Browse files

Setting share to False to see what happens when I go to Settings

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