zb9 commited on
Commit
cc2845f
·
verified ·
1 Parent(s): 4cbc33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -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)