shrey14 commited on
Commit
45a3a9d
Β·
verified Β·
1 Parent(s): bc6b231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ CLIENT = InferenceHTTPClient(
17
  )
18
 
19
  MODEL_ID = "hvacsym/5"
20
- CONFIDENCE_THRESHOLD = 0.3 # βœ… Confidence threshold for filtering predictions
21
  GRID_SIZE = (3, 3) # βœ… 3x3 segmentation
22
 
23
  def format_counts_as_table(counts, pass_num):
 
17
  )
18
 
19
  MODEL_ID = "hvacsym/5"
20
+ CONFIDENCE_THRESHOLD = 0.2 # βœ… Confidence threshold for filtering predictions
21
  GRID_SIZE = (3, 3) # βœ… 3x3 segmentation
22
 
23
  def format_counts_as_table(counts, pass_num):