Metantropia commited on
Commit
07e723b
·
verified ·
1 Parent(s): 84abe73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ def transcribe(audio):
9
 
10
  gr.Interface(
11
  fn=transcribe,
12
- inputs=[gr.Audio(sources=["microphone"], type="filepath")],
13
  outputs=["textbox"],
14
- title="Audios cortos a texto"
15
  ).launch()
 
9
 
10
  gr.Interface(
11
  fn=transcribe,
12
+ inputs=[gr.Audio(sources="microphone", type="filepath")],
13
  outputs=["textbox"],
14
+ title="Audio To Text"
15
  ).launch()