Shreyas094 commited on
Commit
f297d5a
1 Parent(s): 73ea682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -479,7 +479,7 @@ demo = gr.ChatInterface(
479
  additional_inputs=[
480
  gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[3]),
481
  gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
482
- gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls")
483
  document_selector # Add the document selector to the chat interface
484
  ],
485
  title="AI-powered Web Search and PDF Chat Assistant",
 
479
  additional_inputs=[
480
  gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[3]),
481
  gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
482
+ gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls"),
483
  document_selector # Add the document selector to the chat interface
484
  ],
485
  title="AI-powered Web Search and PDF Chat Assistant",