KawaiiApp commited on
Commit
0180dcb
1 Parent(s): 53385b6
Files changed (1) hide show
  1. handler.py +0 -2
handler.py CHANGED
@@ -38,8 +38,6 @@ class EndpointHandler():
38
  height = data.pop("height", 512)
39
  width = data.pop("width", 512)
40
  inference_steps = data.pop("inference_steps", 25)
41
-
42
-
43
  guidance_scale = data.pop("guidance_scale", 7.5)
44
 
45
  # Run inference pipeline
 
38
  height = data.pop("height", 512)
39
  width = data.pop("width", 512)
40
  inference_steps = data.pop("inference_steps", 25)
 
 
41
  guidance_scale = data.pop("guidance_scale", 7.5)
42
 
43
  # Run inference pipeline