Spaces:
Runtime error
Runtime error
Commit ·
3bb3d4e
1
Parent(s): 637dac5
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,7 @@ summarizer = gr.Interface.load("huggingface/facebook/bart-large-cnn")
|
|
| 21 |
gradio_ui = Series(transcriber, summarizer,
|
| 22 |
inputs = gr.inputs.Textbox(label = "Enter the Youtube URL below:"),
|
| 23 |
outputs = gr.outputs.Textbox(label = "Transcript Summary"),
|
|
|
|
| 24 |
title = "Youtube Transcript Summarizer",
|
| 25 |
theme = "peach",
|
| 26 |
description = "This application uses facebook/bart-large-cnn to summarize a Youtube video based on its transcript. ")
|
|
|
|
| 21 |
gradio_ui = Series(transcriber, summarizer,
|
| 22 |
inputs = gr.inputs.Textbox(label = "Enter the Youtube URL below:"),
|
| 23 |
outputs = gr.outputs.Textbox(label = "Transcript Summary"),
|
| 24 |
+
examples = ["https://www.youtube.com/watch?v=HB4I2CgkcCo"],
|
| 25 |
title = "Youtube Transcript Summarizer",
|
| 26 |
theme = "peach",
|
| 27 |
description = "This application uses facebook/bart-large-cnn to summarize a Youtube video based on its transcript. ")
|