Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
@@ -120,8 +120,8 @@ demo = gr.Blocks()
|
|
120 |
with demo:
|
121 |
gr.Markdown("<h1><center>Ask a Question to a YouTube Video and get the Video played from the answer timestamp</center></h1>")
|
122 |
gr.Markdown(
|
123 |
-
"""###
|
124 |
-
**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.
|
125 |
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!
|
126 |
Also, couple small caveats -
|
127 |
- 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.
|
|
|
120 |
with demo:
|
121 |
gr.Markdown("<h1><center>Ask a Question to a YouTube Video and get the Video played from the answer timestamp</center></h1>")
|
122 |
gr.Markdown(
|
123 |
+
"""### 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..
|
124 |
+
**A Space by [Yuvraj Sharma](https://huggingface.co/ysharma). 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.
|
125 |
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!
|
126 |
Also, couple small caveats -
|
127 |
- 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.
|