Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ demo = gr.ChatInterface(
|
|
128 |
),
|
129 |
gr.Slider(minimum=0.9, maximum=1.5, value=1.05, step=0.05, label="repetition_penalty"),
|
130 |
],
|
131 |
-
chatbot=chatbot
|
132 |
concurrency_limit=10
|
133 |
)
|
134 |
|
|
|
128 |
),
|
129 |
gr.Slider(minimum=0.9, maximum=1.5, value=1.05, step=0.05, label="repetition_penalty"),
|
130 |
],
|
131 |
+
chatbot=chatbot,
|
132 |
concurrency_limit=10
|
133 |
)
|
134 |
|