stanley commited on
Commit
860fb85
·
1 Parent(s): d88655d

redunant call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,7 +409,7 @@ class StableDiffusionInpaint:
409
  "guidance_scale": guidance_scale,
410
  "eta": scheduler_eta,
411
  }
412
- upload_input_to_realtime_database(prompt)
413
  if USE_NEW_DIFFUSERS:
414
  extra_kwargs["negative_prompt"] = negative_prompt
415
  extra_kwargs["num_images_per_prompt"] = generate_num
 
409
  "guidance_scale": guidance_scale,
410
  "eta": scheduler_eta,
411
  }
412
+
413
  if USE_NEW_DIFFUSERS:
414
  extra_kwargs["negative_prompt"] = negative_prompt
415
  extra_kwargs["num_images_per_prompt"] = generate_num