Spaces:
Paused
Paused
Update app.py
Browse files
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:
|