NightPrince commited on
Commit
5b60321
·
verified ·
1 Parent(s): b02fcdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1 +1,4 @@
1
- import gradio as gr; gr.Interface.load("facebook/s2t-wav2vec2-large-en-ar", input=gr.Audio(), output="text").launch()
 
 
 
 
1
+ import gradio as gr
2
+
3
+ # Load the model using gr.load
4
+ gr.Interface.load("facebook/s2t-wav2vec2-large-en-ar", input=gr.Audio(), output="text").launch()