Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def infer_diffusers(
|
|
| 56 |
width, height = get_image_size(aspect_ratio)
|
| 57 |
|
| 58 |
print("Generating for prompt:", prompt)
|
| 59 |
-
pipe(
|
| 60 |
prompt=prompt,
|
| 61 |
negative_prompt=negative_prompt,
|
| 62 |
width=width,
|
|
|
|
| 56 |
width, height = get_image_size(aspect_ratio)
|
| 57 |
|
| 58 |
print("Generating for prompt:", prompt)
|
| 59 |
+
image = pipe(
|
| 60 |
prompt=prompt,
|
| 61 |
negative_prompt=negative_prompt,
|
| 62 |
width=width,
|