dawood's picture
dawood HF staff
Update app.py
6185c97
raw
history blame
209 Bytes
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/distilbert-base-uncased-finetuned-imdb", title=None, inputs=gr.Textbox(label="Input", default_value="This is a great [MASK].")).launch()