dvj4 commited on
Commit
2fbf553
·
1 Parent(s): cc501b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ def inference(query):
41
 
42
  gr.Interface(
43
  fn=inference,
44
- title="Natural language image search with a Dual Encoder",
45
- description = "Implementation of a dual encoder model for retrieving images that match natural language queries (Note: for demo purposes, only 1k images were used as search space)",
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,