Update app.py
Browse files
app.py
CHANGED
|
@@ -5347,7 +5347,7 @@ with gr.Blocks(
|
|
| 5347 |
|
| 5348 |
submit.click(
|
| 5349 |
respond,
|
| 5350 |
-
inputs=[msg, chatbot, max_tokens, temperature
|
| 5351 |
outputs=[chatbot, audio_output]
|
| 5352 |
).then(
|
| 5353 |
lambda: gr.HTML(visible=True),
|
|
|
|
| 5347 |
|
| 5348 |
submit.click(
|
| 5349 |
respond,
|
| 5350 |
+
inputs=[msg, chatbot, max_tokens, temperature],
|
| 5351 |
outputs=[chatbot, audio_output]
|
| 5352 |
).then(
|
| 5353 |
lambda: gr.HTML(visible=True),
|