Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NightPrince
/
ASR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5b60321
ASR
/
app.py
NightPrince
Update app.py
5b60321
verified
3 months ago
raw
Copy download link
history
blame
Safe
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()