Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def transcribe(stream, audio_bytes):
|
|
21 |
|
22 |
demo = gr.Interface(
|
23 |
transcribe,
|
24 |
-
["state", gr.Audio(sources=["microphone"], streaming=
|
25 |
["state", "text"],
|
26 |
live=True,
|
27 |
)
|
|
|
21 |
|
22 |
demo = gr.Interface(
|
23 |
transcribe,
|
24 |
+
["state", gr.Audio(sources=["microphone"], streaming=False)],
|
25 |
["state", "text"],
|
26 |
live=True,
|
27 |
)
|