Hugomartinezg commited on
Commit
3fc00f2
·
1 Parent(s): fbcc68e

archivo base de transcripcion

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ gr.Interface(
2
+ fn=transcribe,
3
+ inputs=gr.Audio(type="filepath"),
4
+ outputs=["textbox"]
5
+ ).launch()