LRascon commited on
Commit
b2d5942
1 Parent(s): 95f32b9

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ def transcribe(audio):
12
  gr.Interface(
13
  fn=transcribe,
14
  inputs=[gr.Audio(source="microphone", type="filepath")],
15
- outputs=["textbox"]
16
  description = descripcion
17
  ).launch()
 
12
  gr.Interface(
13
  fn=transcribe,
14
  inputs=[gr.Audio(source="microphone", type="filepath")],
15
+ outputs=["textbox"],
16
  description = descripcion
17
  ).launch()