muhammadsalmanalfaridzi commited on
Commit
e9f12fe
·
verified ·
1 Parent(s): b72722a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ def detect_objects(image):
32
 
33
  # Menyusun output berupa string hasil perhitungan
34
  result_text = "Product Nestle \n"
 
35
  for class_name, count in class_count.items():
36
  result_text += f"{class_name}: {count} \n"
37
 
 
32
 
33
  # Menyusun output berupa string hasil perhitungan
34
  result_text = "Product Nestle \n"
35
+
36
  for class_name, count in class_count.items():
37
  result_text += f"{class_name}: {count} \n"
38