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