NightPrince commited on
Commit
17c0ea6
·
verified ·
1 Parent(s): 43c1566

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ import gradio as gr; gr.Interface.load("facebook/s2t-wav2vec2-large-en-ar", input=gr.Audio(), output="text").launch()