Giuliano's picture
update
a8bf8e4
raw
history blame
220 Bytes
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()