atomiclabs's picture
Update app.py
fec0983
raw
history blame
220 Bytes
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()