Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aliabd/vision-transformer
gradio
/
vision-transformer
like
1
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
aliabd
HF Staff
commited on
9 days ago
Commit
8e0b829
·
verified
·
1 Parent(s):
4c71b23
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import gradio as gr
2
3
-
gr.
Interface.
load(
4
-
"huggingface/google/vit-base-patch16-224")
.launch()
1
import gradio as gr
2
3
+
interface =
gr.load(
"huggingface/google/vit-base-patch16-224")
4
+
interface
.launch()