Spaces:
Running
on
Zero
Running
on
Zero
2025-08-01 10:05 🚀
Browse files
app.py
CHANGED
@@ -667,7 +667,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(), title="ZIP Crowd Counting") as d
|
|
667 |
value="🔄 No model loaded",
|
668 |
interactive=False,
|
669 |
elem_classes=["status-display"],
|
670 |
-
lines=
|
671 |
)
|
672 |
|
673 |
with gr.Column(scale=1):
|
@@ -677,7 +677,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(), title="ZIP Crowd Counting") as d
|
|
677 |
value="",
|
678 |
interactive=False,
|
679 |
info="Total number of people detected",
|
680 |
-
lines=
|
681 |
)
|
682 |
|
683 |
# 第三行:主要图像(输入图像、密度图、Lambda图)
|
|
|
667 |
value="🔄 No model loaded",
|
668 |
interactive=False,
|
669 |
elem_classes=["status-display"],
|
670 |
+
lines=2
|
671 |
)
|
672 |
|
673 |
with gr.Column(scale=1):
|
|
|
677 |
value="",
|
678 |
interactive=False,
|
679 |
info="Total number of people detected",
|
680 |
+
lines=1
|
681 |
)
|
682 |
|
683 |
# 第三行:主要图像(输入图像、密度图、Lambda图)
|