Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def send_req(input_img: PIL.Image.Image):
|
|
21 |
if type(input_img) is not PIL.Image.Image:
|
22 |
input_img = Image.fromarray(input_img, 'RGB')
|
23 |
|
24 |
-
|
25 |
"input": {
|
26 |
"image": convert(input_img),
|
27 |
"mode": "1"
|
|
|
21 |
if type(input_img) is not PIL.Image.Image:
|
22 |
input_img = Image.fromarray(input_img, 'RGB')
|
23 |
|
24 |
+
payload = {
|
25 |
"input": {
|
26 |
"image": convert(input_img),
|
27 |
"mode": "1"
|