Spaces:
Runtime error
Runtime error
removed share
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ def transcribe(audio):
|
|
28 |
|
29 |
|
30 |
ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="text")
|
31 |
-
ui.launch(
|
|
|
28 |
|
29 |
|
30 |
ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="text")
|
31 |
+
ui.launch()
|