Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
course-demos/distilbert-base-uncased-finetuned-imdb
AkashMnd
/
distilbert-sif-demo
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
963f0cf
distilbert-sif-demo
/
app.py
AkashMnd
Update app.py
963f0cf
over 1 year ago
raw
Copy download link
history
blame
Safe
212 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/huggingface-course/distilbert-base-uncased-finetuned-imdb"
, title=
None
, inputs=gr.Textbox(label=
"Input"
, value=
"Can You Help Me With This? [MASK]."
)).launch()