Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,13 @@ interface = gr.Interface(fn = Summarizer,
|
|
10 |
label="Summary")],
|
11 |
|
12 |
title = "Youtube Summarizer",
|
13 |
-
examples = [
|
14 |
-
['https://
|
|
|
|
|
|
|
|
|
|
|
15 |
enable_queue=True)
|
16 |
|
17 |
interface.launch(debug=True)
|
|
|
10 |
label="Summary")],
|
11 |
|
12 |
title = "Youtube Summarizer",
|
13 |
+
examples = [
|
14 |
+
['https://www.youtube.com/watch?v=OaeYUm06in0&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=5761s', 'BART'],
|
15 |
+
['https://youtu.be/XW0QZmtbjvs', 'BART'],
|
16 |
+
['https://youtu.be/DxREm3s1scA?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L', 'BART'],
|
17 |
+
['https://youtu.be/Z1KwkpTUbkg', 'BART'],
|
18 |
+
['https://youtu.be/G4hL5Om4IJ4', 'mT5']
|
19 |
+
],
|
20 |
enable_queue=True)
|
21 |
|
22 |
interface.launch(debug=True)
|