Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,15 +36,15 @@ HTML="""
|
|
36 |
<img src="https://huggingface.co/spaces/Searchium-ai/Video-Search/resolve/main/Searchium.png" width="333" height="216">
|
37 |
</div>
|
38 |
<div class="text">
|
39 |
-
<h1 style="font-size: 32px;"> Large Scale Video Search </h1>
|
40 |
</div>
|
41 |
</div>
|
42 |
</body>
|
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>
|
@@ -153,8 +153,8 @@ with gr.Blocks(theme=gr.themes.Default(spacing_size=gr.themes.sizes.spacing_lg,
|
|
153 |
with gr.Column():
|
154 |
inp = gr.Textbox(placeholder="Write a sentence.")
|
155 |
btn = gr.Button(value="Search")
|
156 |
-
ex = [["natural wonders of the world"],["
|
157 |
-
["birds fly in the sky"]]
|
158 |
gr.Examples(examples=ex,
|
159 |
inputs=[inp]
|
160 |
)
|
|
|
36 |
<img src="https://huggingface.co/spaces/Searchium-ai/Video-Search/resolve/main/Searchium.png" width="333" height="216">
|
37 |
</div>
|
38 |
<div class="text">
|
39 |
+
<h1 style="font-size: 32px;"><b> Large Scale Video Search </b></h1>
|
40 |
</div>
|
41 |
</div>
|
42 |
</body>
|
43 |
</html>
|
44 |
"""
|
45 |
|
46 |
+
DESCRIPTION="""<b> Exciting News! </b> <br>
|
47 |
+
<b> We've added an another 4 million video embeddings to our collection! </b> <br>
|
48 |
|
49 |
|
50 |
Welcome to our video retrieval demo powered by [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k)! <br>
|
|
|
153 |
with gr.Column():
|
154 |
inp = gr.Textbox(placeholder="Write a sentence.")
|
155 |
btn = gr.Button(value="Search")
|
156 |
+
ex = [["natural wonders of the world"],["yoga routines for morning energy"],
|
157 |
+
["baking chocolate cake"],["birds fly in the sky"]]
|
158 |
gr.Examples(examples=ex,
|
159 |
inputs=[inp]
|
160 |
)
|