twimbit-ai commited on
Commit
9909257
·
verified ·
1 Parent(s): 0c57f14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Deep Pro"], 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])
 
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])