Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ interface = gr.Interface(fn = Summarizer,
|
|
12 |
title = "Video Summary Generator",
|
13 |
examples = [
|
14 |
['https://www.youtube.com/watch?v=OaeYUm06in0&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=5761s', 'BART'],
|
15 |
-
['https://youtu.be/
|
16 |
-
['https://youtu.be/
|
17 |
['https://youtu.be/3bSVKNKb_PY?list=PLHgX2IExbFosAKDJ6yuVjnQLRhoj_yc3g', 'BART'],
|
18 |
['https://youtu.be/SGazDb8o-to?list=PLHgX2IExbFosAKDJ6yuVjnQLRhoj_yc3g', 'mT5']
|
19 |
],
|
|
|
12 |
title = "Video Summary Generator",
|
13 |
examples = [
|
14 |
['https://www.youtube.com/watch?v=OaeYUm06in0&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=5761s', 'BART'],
|
15 |
+
['https://youtu.be/f6zJwK-pCJo?list=PLHgX2IExbFospBvSI6k6922l1TlojYiPh&t=5', 'BART'],
|
16 |
+
['https://youtu.be/o7kCD4aWMR4?t=14', 'BART'],
|
17 |
['https://youtu.be/3bSVKNKb_PY?list=PLHgX2IExbFosAKDJ6yuVjnQLRhoj_yc3g', 'BART'],
|
18 |
['https://youtu.be/SGazDb8o-to?list=PLHgX2IExbFosAKDJ6yuVjnQLRhoj_yc3g', 'mT5']
|
19 |
],
|