Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
•
48725b2
1
Parent(s):
8134c37
Update app.py
Browse files
app.py
CHANGED
@@ -79,9 +79,9 @@ def edit(input_image,
|
|
79 |
flip=False,
|
80 |
h_shift=0,
|
81 |
v_shift=0):
|
82 |
-
left
|
83 |
# offsets=(0,0,0,0)
|
84 |
-
x0 = load_512(input_image,
|
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
|