atomiclabs's picture
Update app.py
43a9e88
import gradio as gr
iface = gr.Interface.load("huggingface/deepset/roberta-base-squad2",
)
iface.launch()