jipenaflor commited on
Commit
637dac5
·
1 Parent(s): 8ddf014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "dark-grass",
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()