artificialguybr commited on
Commit
c51cdbe
·
verified ·
1 Parent(s): 73c49e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def generate_image(prompt, negative_prompt, sampler, seed, guidance_scale, infer
32
  "guidance_scale": guidance_scale,
33
  "inference_steps": inference_steps
34
  }
35
-
36
  session = requests.Session()
37
  response = session.post(invoke_url, headers=headers, json=payload)
38
 
 
32
  "guidance_scale": guidance_scale,
33
  "inference_steps": inference_steps
34
  }
35
+ print(payload)
36
  session = requests.Session()
37
  response = session.post(invoke_url, headers=headers, json=payload)
38