LPX55 commited on
Commit
e6a600e
·
verified ·
1 Parent(s): 575e475

Update debug.py

Browse files
Files changed (1) hide show
  1. debug.py +4 -1
debug.py CHANGED
@@ -56,7 +56,10 @@ def save_image(image_id, image_path: Image.Image) -> None:
56
  # img2 = img2.open(img)
57
  loaded.save(save_image_path)
58
 
59
- print(f"Saved image: {save_image_path}")
 
 
 
60
  except Exception as e:
61
  print(f"Error saving image: {str(e)}")
62
 
 
56
  # img2 = img2.open(img)
57
  loaded.save(save_image_path)
58
 
59
+ print(f"Saved image: {save_image_path}")
60
+ except Exception as e:
61
+ print(f"Error saving image: {str(e)}")
62
+
63
  except Exception as e:
64
  print(f"Error saving image: {str(e)}")
65