import gradio as gr iface = gr.Interface.load("huggingface/deepset/roberta-base-squad2", examples = [['Is this review positive or negative? Review: Best cast iron skillet you will every buy.'] ) iface.launch()