Spaces:
Runtime error
Runtime error
Commit ·
637dac5
1
Parent(s): 8ddf014
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ 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 = "
|
| 26 |
description = "This application uses facebook/bart-large-cnn to summarize a Youtube video based on its transcript. ")
|
| 27 |
|
| 28 |
gradio_ui.launch()
|
|
|
|
| 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. ")
|
| 27 |
|
| 28 |
gradio_ui.launch()
|