Yiming-M commited on
Commit
d2e9255
·
1 Parent(s): 67f4627

2025-08-01 09:55 🚀

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