ShynBui commited on
Commit
812fa0e
·
verified ·
1 Parent(s): 1240683

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import io
6
 
7
 
8
- def answer(input_img, selected):
9
 
10
  print(input_img)
11
  print(selected)
 
5
  import io
6
 
7
 
8
+ def answer(selected, input_img):
9
 
10
  print(input_img)
11
  print(selected)