tripleS-Dev commited on
Commit
e76c8a3
·
1 Parent(s): fd68b66

update V1.3.3L Beta

Browse files
Files changed (1) hide show
  1. edgif.py +0 -1
edgif.py CHANGED
@@ -23,7 +23,6 @@ def find_smallest_n(x, y):
23
 
24
 
25
 
26
-
27
  remove_image_path = 'resource/remove_black.png' # Adjust the path according to your setup
28
  remove_img_black = Image.open(remove_image_path).convert("RGBA")
29
 
 
23
 
24
 
25
 
 
26
  remove_image_path = 'resource/remove_black.png' # Adjust the path according to your setup
27
  remove_img_black = Image.open(remove_image_path).convert("RGBA")
28