Spaces:
Running
on
Zero
Running
on
Zero
update parameters bar open.
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=gr.themes.Default(primar
|
|
237 |
image = gr.Image(label="Input Image", type="filepath")
|
238 |
video = gr.Video(label="Input Video")
|
239 |
|
240 |
-
with gr.Accordion("Parameters", open=
|
241 |
# num_beams = gr.Slider(
|
242 |
# minimum=1,
|
243 |
# maximum=10,
|
|
|
237 |
image = gr.Image(label="Input Image", type="filepath")
|
238 |
video = gr.Video(label="Input Video")
|
239 |
|
240 |
+
with gr.Accordion("Parameters", open=True) as parameter_row:
|
241 |
# num_beams = gr.Slider(
|
242 |
# minimum=1,
|
243 |
# maximum=10,
|