Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
freQuensy23
/
books-semantic-search
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
freQuensy23
commited on
Mar 19, 2024
Commit
c9c4854
·
1 Parent(s):
3ec73fc
[IMP] share i-face
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ interface = gr.Interface(
74
title="Similarity Search for eksmo books"
75
)
76
77
-
interface.launch()
74
title="Similarity Search for eksmo books"
75
)
76
77
+
interface.launch(
share=True
)