amarkc commited on
Commit
b814b18
1 Parent(s): 20192f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ summarizer = gr.Interface.load("huggingface/sshleifer/distilbart-cnn-12-6")
20
 
21
  gradio_ui = Series(transcriber, summarizer,
22
  inputs = gr.inputs.Textbox(label = "Enter the YouTube URL below:"),
 
23
  examples = ["https://www.youtube.com/watch?v=Cu3R5it4cQs&list", "https://www.youtube.com/watch?v=HB4I2CgkcCo"],
24
  title = "YouTube Transcript Summarizer",
25
  theme = "peach",
 
20
 
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=Cu3R5it4cQs&list", "https://www.youtube.com/watch?v=HB4I2CgkcCo"],
25
  title = "YouTube Transcript Summarizer",
26
  theme = "peach",