Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -485,7 +485,7 @@ demo = gr.Blocks()
|
|
485 |
with demo:
|
486 |
chatbot = gr.ChatInterface(
|
487 |
respond,
|
488 |
-
|
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"),
|