Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -537,11 +537,12 @@ def build_gradio_interface():
|
|
| 537 |
# Real-time audio input
|
| 538 |
audio_input = gr.Audio(
|
| 539 |
label="Speak",
|
| 540 |
-
|
| 541 |
type="numpy",
|
| 542 |
streaming=True
|
| 543 |
)
|
| 544 |
|
|
|
|
| 545 |
# State to store conversation history
|
| 546 |
conversation_state = gr.State([])
|
| 547 |
|
|
|
|
| 537 |
# Real-time audio input
|
| 538 |
audio_input = gr.Audio(
|
| 539 |
label="Speak",
|
| 540 |
+
|
| 541 |
type="numpy",
|
| 542 |
streaming=True
|
| 543 |
)
|
| 544 |
|
| 545 |
+
|
| 546 |
# State to store conversation history
|
| 547 |
conversation_state = gr.State([])
|
| 548 |
|