Ahsen Khaliq commited on
Commit
052bdf5
1 Parent(s): 6ca0fc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ title = "Video Search"
93
  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."
94
  article = "<p style='text-align: center'><a href='https://github.com/haltakov/natural-language-youtube-search'>Github Repo</a></p>"
95
 
96
- examples=[['test.mp4']]
97
  gr.Interface(
98
  inference,
99
  ["video","text"],
93
  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."
94
  article = "<p style='text-align: center'><a href='https://github.com/haltakov/natural-language-youtube-search'>Github Repo</a></p>"
95
 
96
+ examples=[['test.mp4',"gas station"]]
97
  gr.Interface(
98
  inference,
99
  ["video","text"],