Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
GAD0
/
Demo
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GAD0
commited on
Apr 1, 2022
Commit
7dccc7a
·
1 Parent(s):
081f4c0
new
Browse files
Files changed (1)
hide
show
d02
+3
-0
d02
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("huggingface/google/vit-base-patch16-224").launch();