Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zb9
/
colqwen-embedding-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zb9
commited on
Nov 16, 2024
Commit
cc2845f
·
verified
·
1 Parent(s):
4cbc33e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,5 @@ interface = gr.Interface(
43
title="ColQwen2 Embedding API"
44
)
45
46
-
interface.launch()
43
title="ColQwen2 Embedding API"
44
)
45
46
+
# Add share=True to create public URL
47
+
interface.launch(share=True)