File size: 109 Bytes
b4f4b63
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

iface = gr.Interface.load("huggingface/LDY/Question-Answering-Ican",  
)

iface.launch()