Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ HTML="""
|
|
44 |
"""
|
45 |
|
46 |
DESCRIPTION="""Welcome to our video retrieval demo powered by [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k)! <br>
|
47 |
-
Using free text search - you will find the top 5 most relevant clips among a dataset of
|
48 |
Discover, explore, and enjoy the world of video search at your fingertips.
|
49 |
"""
|
50 |
ENDING = """For search acceleration capabilities, please refer to [Searchium.ai](https://www.searchium.ai)
|
@@ -144,8 +144,8 @@ with gr.Blocks(theme=gr.themes.Default(spacing_size=gr.themes.sizes.spacing_lg,
|
|
144 |
with gr.Column():
|
145 |
inp = gr.Textbox(placeholder="Write a sentence.")
|
146 |
btn = gr.Button(value="Search")
|
147 |
-
ex = [["
|
148 |
-
|
149 |
gr.Examples(examples=ex,
|
150 |
inputs=[inp]
|
151 |
)
|
|
|
44 |
"""
|
45 |
|
46 |
DESCRIPTION="""Welcome to our video retrieval demo powered by [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k)! <br>
|
47 |
+
Using free text search - you will find the top 5 most relevant clips among a dataset of 1.5 million video clips. <br>
|
48 |
Discover, explore, and enjoy the world of video search at your fingertips.
|
49 |
"""
|
50 |
ENDING = """For search acceleration capabilities, please refer to [Searchium.ai](https://www.searchium.ai)
|
|
|
144 |
with gr.Column():
|
145 |
inp = gr.Textbox(placeholder="Write a sentence.")
|
146 |
btn = gr.Button(value="Search")
|
147 |
+
ex = [["mind-blowing magic tricks"],["baking chocolate cake"],
|
148 |
+
["birds fly in the sky"], ["natural wonders of the world"]]
|
149 |
gr.Examples(examples=ex,
|
150 |
inputs=[inp]
|
151 |
)
|