File size: 242 Bytes
6336dc8
 
beed66d
1
2
3
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(show_error=True)