Linoy Tsaban commited on
Commit
48725b2
1 Parent(s): 8134c37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,9 +79,9 @@ def edit(input_image,
79
  flip=False,
80
  h_shift=0,
81
  v_shift=0):
82
- left=0, right=200, top=0, bottom=0
83
  # offsets=(0,0,0,0)
84
- x0 = load_512(input_image, *offsets, device)
85
 
86
 
87
  # invert
 
79
  flip=False,
80
  h_shift=0,
81
  v_shift=0):
82
+ left,right, top, bottom=0,200,0,0
83
  # offsets=(0,0,0,0)
84
+ x0 = load_512(input_image, left,right, top, bottom, device)
85
 
86
 
87
  # invert