Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,10 +12,10 @@ 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://
|
16 |
-
['https://youtu.be/
|
17 |
-
['https://youtu.be/
|
18 |
-
['https://youtu.be/
|
19 |
],
|
20 |
enable_queue=True)
|
21 |
|
|
|
12 |
title = "Video Summary Generator",
|
13 |
examples = [
|
14 |
['https://www.youtube.com/watch?v=OaeYUm06in0&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=5761s', 'BART'],
|
15 |
+
['https://www.youtube.com/watch?v=Z1KwkpTUbkg', 'BART'],
|
16 |
+
['https://youtu.be/rIpUf-Vy2JA?t=5822', 'BART'],
|
17 |
+
['https://youtu.be/lvh3g7eszVQ?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=8928', 'BART'],
|
18 |
+
['https://youtu.be/OaeYUm06in0?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=5706', 'mT5']
|
19 |
],
|
20 |
enable_queue=True)
|
21 |
|