Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|