Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,9 +10,7 @@ interface = gr.Interface(fn = Summarizer,
|
|
10 |
label="Summary")],
|
11 |
|
12 |
title = "Youtube Video Summarizer",
|
13 |
-
examples = [
|
14 |
-
|
15 |
-
],
|
16 |
-
enable_queue=True)
|
17 |
|
18 |
-
interface.launch(debug=True)
|
|
|
10 |
label="Summary")],
|
11 |
|
12 |
title = "Youtube Video Summarizer",
|
13 |
+
examples = [['https://www.youtube.com/watch?v=WSbgixdC9g8', 'BART']],
|
14 |
+
)
|
|
|
|
|
15 |
|
16 |
+
interface.launch(debug=True,enable_queue=True)
|