Giuliano's picture
update
2a8a702
raw
history blame
110 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/STSP/whole_lung_classification",
)
iface.launch()