Spaces:
Running
Running
app24
Browse files
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 |
|