MiklX commited on
Commit
5128ab1
·
1 Parent(s): 92aff5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_image():
12
  'prompt': data['prompt'],
13
  'userId': data['userId']
14
  }
15
- print(post_data)
16
  response = requests.post('https://api.ddosxd.ru/v1/image', headers=headers, json=post_data)
17
  return response.json()
18
  if __name__ == '__main__':
 
12
  'prompt': data['prompt'],
13
  'userId': data['userId']
14
  }
15
+ print(data['ii'])
16
  response = requests.post('https://api.ddosxd.ru/v1/image', headers=headers, json=post_data)
17
  return response.json()
18
  if __name__ == '__main__':