ClownRat commited on
Commit
d352d51
β€’
1 Parent(s): f353a20

Update layout.

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -299,6 +299,7 @@ with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=theme, css=block_css) as
299
  regenerate_btn = gr.Button(value="πŸ”„ Regenerate", interactive=True)
300
  clear_btn = gr.Button(value="πŸ—‘οΈ Clear history", interactive=True)
301
 
 
302
  with gr.Column():
303
  cur_dir = os.path.dirname(os.path.abspath(__file__))
304
  gr.Examples(
@@ -318,6 +319,7 @@ with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=theme, css=block_css) as
318
  ],
319
  inputs=[image, textbox],
320
  )
 
321
  gr.Examples(
322
  examples=[
323
  [
 
299
  regenerate_btn = gr.Button(value="πŸ”„ Regenerate", interactive=True)
300
  clear_btn = gr.Button(value="πŸ—‘οΈ Clear history", interactive=True)
301
 
302
+ with gr.Row():
303
  with gr.Column():
304
  cur_dir = os.path.dirname(os.path.abspath(__file__))
305
  gr.Examples(
 
319
  ],
320
  inputs=[image, textbox],
321
  )
322
+ with gr.Column():
323
  gr.Examples(
324
  examples=[
325
  [