Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kochaporn
/
models
like
0
Runtime error
App
Files
Files
Community
kochaporn
commited on
Jan 9, 2023
Commit
0335bcd
•
1 Parent(s):
e5a61be
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load(
4
+
"huggingface/google/vit-base-patch16-224",
5
+
theme="default",
6
+
css=".footer{display:none !important}",
7
+
title=None).launch()