Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ovi054
/
image-to-prompt
like
407
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
ovi054
commited on
22 days ago
Commit
8c33d44
·
verified
·
1 Parent(s):
0c2ba72
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ io = gr.Interface(generate_caption,
65
# gr.Image(label="Output Image")
66
]
67
)
68
-
io.launch(
share=True,
debug=True)
65
# gr.Image(label="Output Image")
66
]
67
)
68
+
io.launch(debug=True)