Giuliano commited on
Commit
2a8a702
·
1 Parent(s): 47974c6
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/STSP/whole_lung_classification",
4
+ )
5
+
6
+ iface.launch()