Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
inoculatemedia
/
wav2vec2
like
0
Running
App
Files
Files
Community
09983cf
wav2vec2
/
app.py
inoculatemedia
initial commit
09983cf
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()