Spaces:
Running
on
Zero
Running
on
Zero
2025-08-01 09:55 🚀
Browse files
app.py
CHANGED
@@ -617,7 +617,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(), title="ZIP Crowd Counting") as d
|
|
617 |
value="",
|
618 |
interactive=False,
|
619 |
info="Total number of people detected",
|
620 |
-
lines=
|
621 |
)
|
622 |
|
623 |
# 第三行:主要图像(输入图像、密度图、Lambda图)
|
@@ -628,7 +628,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(), title="ZIP Crowd Counting") as d
|
|
628 |
label="📸 Upload Image",
|
629 |
sources=["upload", "clipboard"],
|
630 |
type="pil",
|
631 |
-
height=
|
632 |
)
|
633 |
submit_btn = gr.Button(
|
634 |
"🚀 Analyze Crowd",
|
|
|
617 |
value="",
|
618 |
interactive=False,
|
619 |
info="Total number of people detected",
|
620 |
+
lines=2
|
621 |
)
|
622 |
|
623 |
# 第三行:主要图像(输入图像、密度图、Lambda图)
|
|
|
628 |
label="📸 Upload Image",
|
629 |
sources=["upload", "clipboard"],
|
630 |
type="pil",
|
631 |
+
height=360
|
632 |
)
|
633 |
submit_btn = gr.Button(
|
634 |
"🚀 Analyze Crowd",
|