Ahsen Khaliq commited on
Commit
ee6c7f2
1 Parent(s): 557a5f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def inference(video, text):
87
  return frame,f"Found at {str(datetime.timedelta(seconds=seconds))}"
88
 
89
  title = "Video Search"
90
- description = "Gradio demo for using OpenAI's CLIP to search inside videos. To use it, simply upload your video and add your text, or click one of the examples to load them. Read more at the links below."
91
  article = "<p style='text-align: center'><a href='https://github.com/haltakov/natural-language-youtube-search'>Github Repo</a></p>"
92
 
93
  gr.Interface(
87
  return frame,f"Found at {str(datetime.timedelta(seconds=seconds))}"
88
 
89
  title = "Video Search"
90
+ description = "Gradio demo for using OpenAI's CLIP to search inside videos. To use it, simply upload your video and add your text. Read more at the links below."
91
  article = "<p style='text-align: center'><a href='https://github.com/haltakov/natural-language-youtube-search'>Github Repo</a></p>"
92
 
93
  gr.Interface(