Lifeinhockey commited on
Commit
421a7f0
·
verified ·
1 Parent(s): 6809a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -93,7 +93,6 @@ def infer(
93
  'width': width,
94
  'height': height,
95
  'generator': generator,
96
- 'lora_scale': lora_scale,
97
  }
98
 
99
  return pipe(**params).images[0]
 
93
  'width': width,
94
  'height': height,
95
  'generator': generator,
 
96
  }
97
 
98
  return pipe(**params).images[0]