Spaces:
Running
Running
update app.py
Browse files
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)
|