rohan13 commited on
Commit
f4d9076
Β·
1 Parent(s): e7c5694

splitting file name to fetch from local

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ).trigger("clear")
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()