Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wangjin2000
/
Comparing_Image_Captions
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wangjin2000
commited on
May 31, 2023
Commit
4027612
·
1 Parent(s):
cfd65b6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ gr.Interface(
57
description=description,
58
examples=examples,
59
theme="huggingface",
60
-
).launch(
share=True
)
57
description=description,
58
examples=examples,
59
theme="huggingface",
60
+
).launch()