ysharma HF staff commited on
Commit
ad4e68c
1 Parent(s): 672e886
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -119,7 +119,11 @@ with demo:
119
  gr.Markdown(
120
  """### How many times have you seen a long video/podcast on Youtube and wondered only if there would have been 'explanatory' timestamps it would have been so much better..
121
  **How to use this space:** You can either provide a new YouTube video link or can use the sample video link provided. Then provide a Questions that you would like about exploring the content in the given video.
122
- The App will generate timestamps and Play the video at those timestamps for you in the space provided. You will see two video displays, corresponding to two of the best guesses by the underlying models. Chances are that both videos might start with same timestamp, which will depend on the question and the content in the video, please bear! Also, couple small caveats, firstly the App will perform as good as the available English Transcripts are for the given YouTube Video. If there are no transcripts, the App will not work. Secondly, make sure the YouTube video links that you paste here don't have the trailing values like *&t=8077s*.
 
 
 
 
123
 
124
  **Motivation behind building this App:** When we see a long video without timestamps, we often wonder 'if' the content we are looking for is in there, or 'where' in the video is the content we are looking for? The Idea is that we might have questions like 'Is the xxxx thing covered in this video?', or maybe 'does the host talks about the architecture of the xxxxx model', or maybe 'Does host talk about alien doorway on Mars?' and so on.
125
 
 
119
  gr.Markdown(
120
  """### How many times have you seen a long video/podcast on Youtube and wondered only if there would have been 'explanatory' timestamps it would have been so much better..
121
  **How to use this space:** You can either provide a new YouTube video link or can use the sample video link provided. Then provide a Questions that you would like about exploring the content in the given video.
122
+ The App will generate timestamps and Play the video at those timestamps for you in the space provided. You will see two video displays, corresponding to two of the best guesses by the underlying models. Chances are that both videos might start with same timestamp, which will depend on the question and the content in the video, please bear!
123
+ Also, couple small caveats -
124
+ - The App will perform as good as the available English Transcripts are for the given YouTube Video. If there are no transcripts, the App will not work.
125
+ - Please make sure the YouTube video links that you paste here don't have the trailing values like *&t=8077s*
126
+ - Lastly, once you have queried a video, you might have to refresh the page for next query (will try and fix this)
127
 
128
  **Motivation behind building this App:** When we see a long video without timestamps, we often wonder 'if' the content we are looking for is in there, or 'where' in the video is the content we are looking for? The Idea is that we might have questions like 'Is the xxxx thing covered in this video?', or maybe 'does the host talks about the architecture of the xxxxx model', or maybe 'Does host talk about alien doorway on Mars?' and so on.
129