FredBonux commited on
Commit
5c6d179
ยท
1 Parent(s): d302d21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ url_demo = gr.Interface(
34
 
35
  voice_demo = gr.Interface(
36
  fn=transcribe,
37
- inputs=gr.Audio(source="microphone", type="filepath"),
38
  outputs=[gr.Textbox(label="Transcribed text"),
39
  gr.Textbox(label="English translation")],
40
  title="Italian recorded speech to english text",
 
34
 
35
  voice_demo = gr.Interface(
36
  fn=transcribe,
37
+ inputs=gr.Audio(sources=["microphone"], type="filepath"),
38
  outputs=[gr.Textbox(label="Transcribed text"),
39
  gr.Textbox(label="English translation")],
40
  title="Italian recorded speech to english text",