rheatony commited on
Commit
b3597f9
1 Parent(s): a137dd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -21,9 +21,8 @@ summarizer = gr.Interface.load("huggingface/sshleifer/distilbart-cnn-12-6")
21
  gradio_ui = Series(transcriber, summarizer,
22
  inputs = gr.inputs.Textbox(label = "Enter the YouTube URL:"),
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 = "yellow",
27
  description = "Automatic Subtitles Generator")
28
 
29
  gradio_ui.launch()
 
21
  gradio_ui = Series(transcriber, summarizer,
22
  inputs = gr.inputs.Textbox(label = "Enter the YouTube URL:"),
23
  outputs = gr.outputs.Textbox(label = "Transcript Summary"),
24
+ title = "Automatic Subtitles Generator",
25
+ theme = "peach",
 
26
  description = "Automatic Subtitles Generator")
27
 
28
  gradio_ui.launch()