ALVHB95 commited on
Commit
48bfd40
·
1 Parent(s): 6ff3807
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def chat_interface(question,history):
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
 
 
173
 
174
  chatbot_gradio_app = gr.ChatInterface(
175
  fn=chat_interface,
176
+ additional_inputs=gr.Audio(sources=["microphone"]),
177
  title=custom_title
178
  )
179