vishnux commited on
Commit
d28845d
1 Parent(s): 669bfee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ iface = Series(transcriber, summarizer,
30
  inputs = gr.inputs.Textbox(label = "Enter the YouTube URL"),
31
  outputs = gr.outputs.Textbox(label = "Transcript Summary"),
32
  examples = youtube_url_examples,
33
- title = "DistilYT",
34
  theme = "grass",
35
  description = description)
36
 
30
  inputs = gr.inputs.Textbox(label = "Enter the YouTube URL"),
31
  outputs = gr.outputs.Textbox(label = "Transcript Summary"),
32
  examples = youtube_url_examples,
33
+ title = "Distil YouTube",
34
  theme = "grass",
35
  description = description)
36