Giuliano commited on
Commit
a8bf8e4
·
1 Parent(s): 33fe0da
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,7 +2,9 @@ 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()
 
2
 
3
  ### "huggingface/STSP/whole_lung_classification"
4
 
5
+ ### "huggingface/google/vit-base-patch16-224" this works perfectly
6
+
7
+ iface = gr.Interface.load("huggingface/nateraw/vit-base-beans",
8
  )
9
 
10
  iface.launch()