Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
docs-demos
/
roberta-base-squad2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akhaliq
HF staff
commited on
Apr 14, 2022
Commit
1e6662f
·
1 Parent(s):
4f3e101
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("deepset/roberta-base-squad2").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("
huggingface/
deepset/roberta-base-squad2").launch()