Bhanu-Chander-ABB commited on
Commit
3870e0c
·
1 Parent(s): 2341297

making public access thru demo launch

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