Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nchen909
/
Apollo-GGUF-Playground
like
0
Running
App
Files
Files
Community
6bce838
Apollo-GGUF-Playground
/
app.py
nchen909
Update app.py
a1ad36b
verified
9 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
import
gradio
as
gr
app = gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
)
#launch
app.launch()