Spaces:
Runtime error
Runtime error
splitting file name to fetch from local
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
|
|
64 |
|
65 |
audio.change(fn=fill_input_textbox,inputs=[chatbot, audio], outputs=[chatbot]).then(
|
66 |
bot, chatbot, chatbot
|
67 |
-
)
|
68 |
|
69 |
if __name__ == "__main__":
|
70 |
demo.launch()
|
|
|
64 |
|
65 |
audio.change(fn=fill_input_textbox,inputs=[chatbot, audio], outputs=[chatbot]).then(
|
66 |
bot, chatbot, chatbot
|
67 |
+
)
|
68 |
|
69 |
if __name__ == "__main__":
|
70 |
demo.launch()
|