ChavinloSocialRise commited on
Commit
c927ef2
·
verified ·
1 Parent(s): c5acdc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- req = {
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"