Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
safinal
/
compositional-retrieval
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
safinal
commited on
May 16
Commit
9bf5500
Β·
verified
Β·
1 Parent(s):
921fb5b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -172,4 +172,4 @@ demo = gr.Interface(
172
)
173
174
if __name__ == "__main__":
175
-
demo.launch()
172
)
173
174
if __name__ == "__main__":
175
+
demo.launch(
share=True
)