dawood's picture
dawood HF Staff
Update app.py
7a71a6e
raw
history blame
227 Bytes
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/distilbert-base-uncased-finetuned-imdb", title=None, theme="dark-huggingface", inputs=gr.Textbox(label="Input", default="This is a great [MASK].")).launch()