Shreyas094 commited on
Commit
834da36
·
verified ·
1 Parent(s): e2e8b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ use_web_search = gr.Checkbox(label="Use Web Search", value=False)
244
  demo = gr.ChatInterface(
245
  respond,
246
  additional_inputs=[
247
- gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[1]),
248
  gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
249
  gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls"),
250
  use_web_search # Add this line to include the checkbox
 
244
  demo = gr.ChatInterface(
245
  respond,
246
  additional_inputs=[
247
+ gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0]),
248
  gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
249
  gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls"),
250
  use_web_search # Add this line to include the checkbox