LRascon commited on
Commit
12b8f22
1 Parent(s): b2d5942
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,5 +13,6 @@ gr.Interface(
13
  fn=transcribe,
14
  inputs=[gr.Audio(source="microphone", type="filepath")],
15
  outputs=["textbox"],
 
16
  description = descripcion
17
  ).launch()
 
13
  fn=transcribe,
14
  inputs=[gr.Audio(source="microphone", type="filepath")],
15
  outputs=["textbox"],
16
+ title = titulo,
17
  description = descripcion
18
  ).launch()