Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,6 @@ demo = gr.Interface(
|
|
23 |
fn=transcribe,
|
24 |
inputs=gr.Audio(sources=["upload"]),
|
25 |
outputs="text",
|
26 |
-
live=True,
|
27 |
title=title,
|
28 |
)
|
29 |
|
|
|
23 |
fn=transcribe,
|
24 |
inputs=gr.Audio(sources=["upload"]),
|
25 |
outputs="text",
|
|
|
26 |
title=title,
|
27 |
)
|
28 |
|