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