yeliudev commited on
Commit
97a0a7e
·
verified ·
1 Parent(s): 04bc199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -606,6 +606,8 @@ if __name__ == '__main__':
606
  submit_ctx = submit_ctx.then(main, [video, prompt, role, temperature, max_new_tokens], chat)
607
  submit_ctx.then(enable_btns, None, [random_btn, reset_btn, submit_btn])
608
 
 
 
609
  with gr.Column(scale=5):
610
  chat.render()
611
 
 
606
  submit_ctx = submit_ctx.then(main, [video, prompt, role, temperature, max_new_tokens], chat)
607
  submit_ctx.then(enable_btns, None, [random_btn, reset_btn, submit_btn])
608
 
609
+ gr.Markdown('##### Need an example video and question? Just click 🔮 Random to sample one!')
610
+
611
  with gr.Column(scale=5):
612
  chat.render()
613