AkashMnd's picture
Update app.py
4826f1a
raw
history blame contribute delete
201 Bytes
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/distilbert-base-uncased-finetuned-imdb", title=None, inputs=gr.Textbox(label="Input", value="This is a Great [MASK].")).launch()