Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Srujan111
/
Image
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Srujan111
commited on
Sep 25, 2023
Commit
29bb862
·
1 Parent(s):
f5e87c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
2
-
git clone https://huggingface
.
co
/nlpconnect/vit-gpt2-image-captioning
1
+
import gradio as gr
2
3
+
gr
.
Interface.load("models
/nlpconnect/vit-gpt2-image-captioning
").launch()