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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -20,7 +20,6 @@ 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
- 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",
 
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",