twimbit-ai commited on
Commit
1c52b21
·
verified ·
1 Parent(s): d45a892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,4 +105,4 @@ strategy = gr.Radio(["Deep", "Normal"], label="Strategy", value="Normal",
105
 
106
  app = gr.ChatInterface(predict, additional_inputs=[n_web_search, strategy])
107
  app.queue(default_concurrency_limit=5)
108
- app.launch(debug=True, share=True)
 
105
 
106
  app = gr.ChatInterface(predict, additional_inputs=[n_web_search, strategy])
107
  app.queue(default_concurrency_limit=5)
108
+ app.launch(debug=True, share=False, auth=('admin', 'Twimbit@2019'), auth_message='Twimbit project ABM')