Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
|
|
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')
|