Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ def inference(query):
|
|
41 |
|
42 |
gr.Interface(
|
43 |
fn=inference,
|
44 |
-
title="
|
45 |
-
description = "
|
46 |
inputs="text",
|
47 |
outputs="image",
|
48 |
cache_examples=False,
|
|
|
41 |
|
42 |
gr.Interface(
|
43 |
fn=inference,
|
44 |
+
title="Video Retrieval with Natural Language",
|
45 |
+
description = "Retrieves relevant videos based on natural language queries.",
|
46 |
inputs="text",
|
47 |
outputs="image",
|
48 |
cache_examples=False,
|