import gradio as gr

iface = gr.Interface.load("huggingface/distilbert-base-uncased-finetuned-sst-2-english",
)

iface.launch()