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
akhaliq
HF staff
commited on
Apr 15, 2022
Commit
bfe2723
•
1 Parent(s):
55b39b3
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("huggingface/superb/hubert-large-superb-er").launch()