ClownRat commited on
Commit
c574208
β€’
1 Parent(s): cf69be0

update parameters bar open.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False) as parameter_row:
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,