8dfdaf7 fec0983 8dfdaf7
1
2
3
4
5
6
7
8
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()