ALVHB95 commited on
Commit
6ff3807
·
1 Parent(s): 16cc8a8
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -173,6 +173,7 @@ def chat_interface(question,history):
173
 
174
  chatbot_gradio_app = gr.ChatInterface(
175
  fn=chat_interface,
 
176
  title=custom_title
177
  )
178
 
 
173
 
174
  chatbot_gradio_app = gr.ChatInterface(
175
  fn=chat_interface,
176
+ additional_inputs=gr.Audio(source="microphone", type="filepath"),
177
  title=custom_title
178
  )
179