MiklX commited on
Commit
92aff5e
·
1 Parent(s): 10bb85c

Update app.py

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