Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
inoculatemedia
/
wav3vec
like
0
Running
App
Files
Files
Community
702c670
wav3vec
/
app.py
inoculatemedia
initial commit
702c670
about 1 year ago
raw
Copy download link
history
blame
Safe
86 Bytes
import
gradio
as
gr
gr.load(
"models/facebook/wav2vec2-large-960h-lv60-self"
).launch()