Yiming-M commited on
Commit
df60639
·
1 Parent(s): 3044d99

2025-08-01 10:05 🚀

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=3
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=2
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图)