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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def inference(video, text):
91
 
92
  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',"gas station"]]
97
  gr.Interface(
91
 
92
  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' target='_blank'>Github Repo</a></p>"
95
 
96
  examples=[['test.mp4',"gas station"]]
97
  gr.Interface(