gabor1 commited on
Commit
d76ef2f
·
verified ·
1 Parent(s): 5200c42

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ iface = gr.Interface(
25
  description="Input a query and a list of documents. Outputs reranked documents with scores."
26
  )
27
 
28
- iface.launch()
 
25
  description="Input a query and a list of documents. Outputs reranked documents with scores."
26
  )
27
 
28
+ iface.launch(share=True)