Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LDY
/
Chinese-Question-Answering
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YongLD
commited on
Jul 21, 2022
Commit
b4f4b63
·
1 Parent(s):
1351984
Add application 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/LDY/Question-Answering-Ican",
4
+
)
5
+
6
+
iface.launch()