Konstantin Dorichev commited on
Not streaming
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def transcribe(stream, new_chunk):
|
|
| 24 |
|
| 25 |
demo = gr.Interface(
|
| 26 |
transcribe,
|
| 27 |
-
["state", gr.Audio(sources=["upload"], streaming=
|
| 28 |
["state", "text"],
|
| 29 |
live=True,
|
| 30 |
)
|
|
|
|
| 24 |
|
| 25 |
demo = gr.Interface(
|
| 26 |
transcribe,
|
| 27 |
+
["state", gr.Audio(sources=["upload"], streaming=False)],
|
| 28 |
["state", "text"],
|
| 29 |
live=True,
|
| 30 |
)
|