Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Iryna
/
my_first
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Iryna
commited on
Apr 8, 2022
Commit
a8b12a8
·
1 Parent(s):
875672a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
import gradio as gr
2
-
gr.Interface.load("huggingface/lvwerra/codeparrot").launch(share=True);
1
import gradio as gr
2
+
3
+
gr.Interface.load("huggingface/google/vit-base-patch16-224").launch()