Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yougen
/
clip_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yougen
commited on
Apr 9, 2024
Commit
4571b2d
·
verified
·
1 Parent(s):
2b364bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,4 +8,4 @@ if __name__ == "__main__":
8
[text2image_gr(), image2text_gr()],
9
["文到图搜索", "图到图搜索"],
10
) as demo:
11
-
demo.launch()
8
[text2image_gr(), image2text_gr()],
9
["文到图搜索", "图到图搜索"],
10
) as demo:
11
+
demo.launch(
share=True
)