File size: 310 Bytes
2a8a702
 
33fe0da
 
a8bf8e4
 
58ebbc9
 
 
164d33e
dabf2a6
2a8a702
 
1
2
3
4
5
6
7
8
9
10
11
12
13
import gradio as gr

### "huggingface/STSP/whole_lung_classification"

### "huggingface/google/vit-base-patch16-224" this works perfectly

### https://huggingface.co/blog/fine-tune-vit -->> the blog post how to fine tune ViT


iface = gr.Interface.load("huggingface/Giuliano/vit-lung-cancer",
)

iface.launch()