Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,10 +43,12 @@ HTML="""
|
|
43 |
</html>
|
44 |
"""
|
45 |
|
46 |
-
DESCRIPTION="""
|
|
|
|
|
47 |
|
48 |
Welcome to our video retrieval demo powered by [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k)! <br>
|
49 |
-
Using free text search - you will find the top 5 most relevant clips among a dataset of
|
50 |
Discover, explore, and enjoy the world of video search at your fingertips.
|
51 |
"""
|
52 |
ENDING = """For search acceleration capabilities, please refer to [Searchium.ai](https://www.searchium.ai)
|
|
|
43 |
</html>
|
44 |
"""
|
45 |
|
46 |
+
DESCRIPTION="""<b> Exciting News! </b>
|
47 |
+
<b> We've added an another 4 million video embeddings to our collection! </b>
|
48 |
+
|
49 |
|
50 |
Welcome to our video retrieval demo powered by [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k)! <br>
|
51 |
+
Using free text search - you will find the top 5 most relevant clips among a dataset of <b> 5.5 million </b> video clips. <br>
|
52 |
Discover, explore, and enjoy the world of video search at your fingertips.
|
53 |
"""
|
54 |
ENDING = """For search acceleration capabilities, please refer to [Searchium.ai](https://www.searchium.ai)
|