Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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(
|