Jack Wong commited on
Commit
38190ca
1 Parent(s): 1d1fceb

set share=true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ def get_embeddings(text: str) -> list[float]:
50
  return norm_embeddings
51
 
52
  iface = gr.Interface(fn=get_embeddings, inputs="text", outputs="text")
53
- iface.launch()
 
50
  return norm_embeddings
51
 
52
  iface = gr.Interface(fn=get_embeddings, inputs="text", outputs="text")
53
+ iface.launch(share=True)