Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaimin
/
Open_Domain_QA
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jaimin
commited on
Sep 7, 2022
Commit
4583330
·
1 Parent(s):
252b7d2
Create new file
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import gradio as gr
2
+
3
+
iface = gr.Interface.load("huggingface/deepset/roberta-base-squad2",
4
+
)
5
+
6
+
iface.launch()