Giuliano commited on
Commit
33fe0da
·
1 Parent(s): 2a8a702

update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import gradio as gr
2
 
3
- iface = gr.Interface.load("huggingface/STSP/whole_lung_classification",
 
 
4
  )
5
 
6
  iface.launch()
 
1
  import gradio as gr
2
 
3
+ ### "huggingface/STSP/whole_lung_classification"
4
+
5
+ iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
6
  )
7
 
8
  iface.launch()