Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NightPrince
/
ASR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NightPrince
commited on
Jan 8
Commit
17c0ea6
·
verified
·
1 Parent(s):
43c1566
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
ADDED
Viewed
@@ -0,0 +1 @@
1
+
import gradio as gr; gr.Interface.load("facebook/s2t-wav2vec2-large-en-ar", input=gr.Audio(), output="text").launch()