Giuliano commited on
Commit
d142dab
·
1 Parent(s): 164d33e
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -1,12 +1,5 @@
1
  import gradio as gr
2
 
3
- ### "huggingface/STSP/whole_lung_classification"
4
-
5
- ### "huggingface/google/vit-base-patch16-224" this works perfectly
6
-
7
- ### https://huggingface.co/blog/fine-tune-vit -->> the blog post how to fine tune ViT
8
-
9
-
10
  iface = gr.Interface.load("huggingface/Giuliano/vit-lung-cancer",
11
  )
12
 
 
1
  import gradio as gr
2
 
 
 
 
 
 
 
 
3
  iface = gr.Interface.load("huggingface/Giuliano/vit-lung-cancer",
4
  )
5