bluenevus commited on
Commit
43aeafc
·
verified ·
1 Parent(s): bbae09f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def generate_image(stability_api_key, enhanced_prompt, style, negative_prompt, c
145
  "steps": steps,
146
  "cfg_scale": cfg_scale,
147
  # "style_preset": style,
148
- "aspect_ratio": aspect_ratio,
149
  }
150
 
151
  try:
 
145
  "steps": steps,
146
  "cfg_scale": cfg_scale,
147
  # "style_preset": style,
148
+ # "aspect_ratio": aspect_ratio,
149
  }
150
 
151
  try: