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