dawood's picture
dawood HF Staff
Update app.py
3a9d96d verified
raw
history blame contribute delete
189 Bytes
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/distilbert-base-uncased-finetuned-imdb", inputs=gr.Textbox(label="Input", value="This is a great [MASK].")).launch()