h4d35 commited on
Commit
5ec9f33
Β·
1 Parent(s): 5af3db0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -89,8 +89,7 @@ def inference(video, text):
89
  return frame,f"Found at {str(datetime.timedelta(seconds=seconds))}"
90
 
91
  title = "Video Search"
92
- 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."
93
- article = "<p style='text-align: center'><a href='https://github.com/haltakov/natural-language-youtube-search' target='_blank'>Github Repo</a></p>"
94
 
95
  examples=[['test.mp4',"gas station"]]
96
  gr.Interface(
 
89
  return frame,f"Found at {str(datetime.timedelta(seconds=seconds))}"
90
 
91
  title = "Video Search"
92
+ description = "Gradio demo for using OpenAI's CLIP to search inside videos. To use it, simply upload your video and add your text. Tororo's demo for Video Analytics."
 
93
 
94
  examples=[['test.mp4',"gas station"]]
95
  gr.Interface(