LaoCzi commited on
Commit
e09809e
1 Parent(s): 41e2dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ title = "YouTube Summorize (only english video < 15 min)"
91
  demo = gr.Interface(fn=generate, css=".gradio-container {background-color: lightblue}",
92
  inputs=[
93
  gr.Textbox(lines=1, label="Video URL"),
94
- gr.Textbox(lines=1, label="Question"),
95
  ],
96
  outputs=[gr.Textbox(lines=4, label="Ответ:")],
97
  title = title)
 
91
  demo = gr.Interface(fn=generate, css=".gradio-container {background-color: lightblue}",
92
  inputs=[
93
  gr.Textbox(lines=1, label="Video URL"),
94
+ gr.Textbox(lines=1, label="Question", value="What is this video about?"),
95
  ],
96
  outputs=[gr.Textbox(lines=4, label="Ответ:")],
97
  title = title)