Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ strategy = gr.Radio(["Deep", "Normal", "Normal Fast"], label="Strategy", value="
|
|
88 |
web_search_enabled = gr.Radio(["On", "Off"], label="Web Search", value="Off",
|
89 |
info="Select web search option on and off.")
|
90 |
|
91 |
-
app = gr.ChatInterface(predict, additional_inputs=[n_web_search, strategy
|
92 |
|
93 |
app.queue(default_concurrency_limit=5)
|
94 |
app.launch(debug=True, share=False, auth=(username, password), auth_message='Twimbit project ABM')
|
|
|
88 |
web_search_enabled = gr.Radio(["On", "Off"], label="Web Search", value="Off",
|
89 |
info="Select web search option on and off.")
|
90 |
|
91 |
+
app = gr.ChatInterface(predict, additional_inputs=[web_search_enabled, n_web_search, strategy])
|
92 |
|
93 |
app.queue(default_concurrency_limit=5)
|
94 |
app.launch(debug=True, share=False, auth=(username, password), auth_message='Twimbit project ABM')
|