Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,7 @@ with gr.Blocks() as demo:
|
|
48 |
process_button.click(
|
49 |
fn=process,
|
50 |
inputs=[input_audio, input_textbox, chatbot],
|
51 |
-
outputs=[chatbot]
|
52 |
-
)
|
53 |
|
54 |
if __name__ == "__main__":
|
55 |
demo.launch()
|
|
|
48 |
process_button.click(
|
49 |
fn=process,
|
50 |
inputs=[input_audio, input_textbox, chatbot],
|
51 |
+
outputs=[chatbot])
|
|
|
52 |
|
53 |
if __name__ == "__main__":
|
54 |
demo.launch()
|