Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pixeltable
/
Text-image-similarity-search-on-video-frames-embedding-indexes
like
8
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PierreBrunelle
commited on
5 days ago
Commit
fab2d7f
·
verified
·
1 Parent(s):
2be8e0f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -134,4 +134,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
134
)
135
136
if __name__ == "__main__":
137
-
demo.launch()
134
)
135
136
if __name__ == "__main__":
137
+
demo.launch(
share=True
)