Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ 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 |
-
"""### 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 |
**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 -
|
|
|
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 |
+
"""### A Space by [Yuvraj Sharma](https://huggingface.co/ysharma). 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 |
**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 -
|