Shreyas094 commited on
Commit
b477204
·
verified ·
1 Parent(s): 799d674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -485,7 +485,7 @@ demo = gr.Blocks()
485
  with demo:
486
  chatbot = gr.ChatInterface(
487
  respond,
488
- additional_input=[
489
  gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[3]),
490
  gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
491
  gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls"),
 
485
  with demo:
486
  chatbot = gr.ChatInterface(
487
  respond,
488
+ additional_inputs=[
489
  gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[3]),
490
  gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
491
  gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls"),