ASR / app.py
NightPrince's picture
Update app.py
5b60321 verified
raw
history blame
149 Bytes
import gradio as gr
# Load the model using gr.load
gr.Interface.load("facebook/s2t-wav2vec2-large-en-ar", input=gr.Audio(), output="text").launch()