Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
docs-demos
/
hubert-large-superb-er
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b03a12b
hubert-large-superb-er
/
app.py
akhaliq
HF Staff
Update app.py
b03a12b
about 3 years ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
gradio
as
gr
examples=[[
'happy.wav'
]]
gr.Interface.load(
"huggingface/superb/hubert-large-superb-er"
,examples=examples).launch()