Spaces:
Runtime error
Runtime error
update
Browse files
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 |
|