LaoCzi commited on
Commit
aed9bbc
1 Parent(s): 2d2fea5

Update app.py

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