ryhm commited on
Commit
fdc183f
·
verified ·
1 Parent(s): c7121ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -344,7 +344,7 @@ def capture_image(pil_img):
344
  # Replace <mask> with values from result_list
345
  if not result_list:
346
  filled_text = "No white blood cells are present in the image."
347
- else
348
  filled_text = text.replace("<mask>", "{}").format(*result_list)
349
 
350
 
 
344
  # Replace <mask> with values from result_list
345
  if not result_list:
346
  filled_text = "No white blood cells are present in the image."
347
+ else:
348
  filled_text = text.replace("<mask>", "{}").format(*result_list)
349
 
350