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", value="This is a great [MASK].")).launch(debug=True) |
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", value="This is a great [MASK].")).launch(debug=True) |