Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
demo_taller
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
35edc17
demo_taller
/
app.py
taiaille
Update app.py
35edc17
about 3 years ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/distilbert-base-uncased-finetuned-sst-2-english"
).launch();