test-inference / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
f57b662 verified
raw
history blame contribute delete
101 Bytes
import gradio as gr
gr.load("google/vit-base-patch16-224", src="models", accept_token=True).launch()