Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Pixeltable/Text-image-similarity-search-on-video-frames-embedding-indexes
svjack
/
Text-image-similarity-search-on-video-frames-embedding-indexes
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
4 days ago
Commit
7e68de1
·
verified
·
1 Parent(s):
6a49d37
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -139,4 +139,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
139
)
140
141
if __name__ == "__main__":
142
-
demo.launch()
139
)
140
141
if __name__ == "__main__":
142
+
demo.launch(
share = True
)