File size: 220 Bytes
2a8a702
 
33fe0da
 
a8bf8e4
 
 
2a8a702
 
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr

### "huggingface/STSP/whole_lung_classification"

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

iface = gr.Interface.load("huggingface/nateraw/vit-base-beans",
)

iface.launch()