Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,6 @@ def convert_speech(speech):
|
|
26 |
|
27 |
return transcription
|
28 |
|
29 |
-
iface = gr.Interface(fn=convert_speech, inputs=gr.
|
30 |
|
31 |
iface.launch()
|
|
|
26 |
|
27 |
return transcription
|
28 |
|
29 |
+
iface = gr.Interface(fn=convert_speech, inputs=gr.Audio(source="microphone"), outputs="textbox")
|
30 |
|
31 |
iface.launch()
|