YongLD commited on
Commit
b4f4b63
1 Parent(s): 1351984

Add application file

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -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()