File size: 110 Bytes
2a8a702
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

iface = gr.Interface.load("huggingface/STSP/whole_lung_classification",
)

iface.launch()