Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,5 +117,5 @@ def transcribe(audio_filepath):
|
|
117 |
|
118 |
iface = gr.Interface(fn=transcribe, inputs=gr.Audio(sources="microphone"), outputs="text")
|
119 |
|
120 |
-
|
121 |
iface.launch()
|
|
|
117 |
|
118 |
iface = gr.Interface(fn=transcribe, inputs=gr.Audio(sources="microphone"), outputs="text")
|
119 |
|
120 |
+
iface.queue()
|
121 |
iface.launch()
|