Spaces:
Runtime error
Runtime error
enable queue
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ gradio_ui = gr.Interface(
|
|
39 |
inputs=[gr.inputs.Audio(label="Upload Audio File", type="file", optional=True), gr.inputs.Audio(source="microphone", type="file", optional=True, label="Record from microphone")],
|
40 |
outputs=[gr.outputs.Textbox(label="Recognized speech")]
|
41 |
)
|
42 |
-
gradio_ui.launch()
|
|
|
39 |
inputs=[gr.inputs.Audio(label="Upload Audio File", type="file", optional=True), gr.inputs.Audio(source="microphone", type="file", optional=True, label="Record from microphone")],
|
40 |
outputs=[gr.outputs.Textbox(label="Recognized speech")]
|
41 |
)
|
42 |
+
gradio_ui.launch(enable_queue=True)
|