Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ Information for reference:
|
|
101 |
|
102 |
n_web_search = gr.Slider(1, 10, value=3, step=1, label="Web searches",
|
103 |
info="Choose between 1 and 10 number of web searches to do. Remember more the web searches more it will take time to reply.")
|
104 |
-
strategy = gr.Radio(["Deep", "Normal", "
|
105 |
info="Select web search analysis type. Please keep in mind that deep analysis will take more time than normal analysis.")
|
106 |
|
107 |
app = gr.ChatInterface(predict, additional_inputs=[n_web_search, strategy])
|
|
|
101 |
|
102 |
n_web_search = gr.Slider(1, 10, value=3, step=1, label="Web searches",
|
103 |
info="Choose between 1 and 10 number of web searches to do. Remember more the web searches more it will take time to reply.")
|
104 |
+
strategy = gr.Radio(["Deep", "Normal", "Normal Fast"], label="Strategy", value="Normal",
|
105 |
info="Select web search analysis type. Please keep in mind that deep analysis will take more time than normal analysis.")
|
106 |
|
107 |
app = gr.ChatInterface(predict, additional_inputs=[n_web_search, strategy])
|