Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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],
|