bwilkie commited on
Commit
2250797
·
verified ·
1 Parent(s): 75b031e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -219,4 +219,5 @@ if __name__ == "__main__":
219
  print("-"*(60 + len(" App Starting ")) + "\n")
220
 
221
  print("Launching Gradio Interface for Basic Agent Evaluation...")
222
- demo.launch(debug=True, share=False)
 
 
219
  print("-"*(60 + len(" App Starting ")) + "\n")
220
 
221
  print("Launching Gradio Interface for Basic Agent Evaluation...")
222
+ #demo.launch(debug=True, share=False)
223
+ demo.launch(debug=True, share=False, auth="huggingface", ssr=True)