prithivMLmods commited on
Commit
b263636
·
verified ·
1 Parent(s): 9ba9e06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ with gr.Blocks(css=css) as demo:
287
  fn=lambda img, question, model: qwen_inference(model, img, question),
288
  cache_examples=False,
289
  )
290
- with gr.Row():
291
  with gr.Column():
292
  line_spacing = gr.Dropdown(
293
  choices=[0.5, 1.0, 1.15, 1.5, 2.0, 2.5, 3.0],
 
287
  fn=lambda img, question, model: qwen_inference(model, img, question),
288
  cache_examples=False,
289
  )
290
+ with gr.Row("Advanced options", open=False):
291
  with gr.Column():
292
  line_spacing = gr.Dropdown(
293
  choices=[0.5, 1.0, 1.15, 1.5, 2.0, 2.5, 3.0],