Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,6 +114,6 @@ def transcribe(audio_filepath, src_lang="en", tgt_lang="en", pnc="yes"):
|
|
114 |
return output_text
|
115 |
|
116 |
|
117 |
-
iface = gr.Interface(fn=transcribe, inputs=gr.Audio(sources="microphone", outputs="text")
|
118 |
|
119 |
iface.launch()
|
|
|
114 |
return output_text
|
115 |
|
116 |
|
117 |
+
iface = gr.Interface(fn=transcribe, inputs=gr.Audio(sources="microphone"), outputs="text")
|
118 |
|
119 |
iface.launch()
|