Spaces:
Runtime error
Runtime error
import gradio as gr | |
iface = gr.Interface.load("huggingface/deepset/roberta-base-squad2", | |
) | |
iface.launch() |
import gradio as gr | |
iface = gr.Interface.load("huggingface/deepset/roberta-base-squad2", | |
) | |
iface.launch() |