Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Akshayram1/image_to_promt_info
spark12x
/
image_to_promt_info
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
spark12x
commited on
Nov 8, 2024
Commit
0c339b0
·
verified
·
1 Parent(s):
af4b692
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(debug=True)
65
# gr.Image(label="Output Image")
66
]
67
)
68
+
io.launch(debug=True
,share=True
)