Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -482,7 +482,7 @@ def run_canonizer(
|
|
| 482 |
try:
|
| 483 |
result_small = pipe(
|
| 484 |
image=base_small,
|
| 485 |
-
prompt=
|
| 486 |
guidance_scale=float(guidance_scale),
|
| 487 |
num_inference_steps=int(steps),
|
| 488 |
strength=0.45,
|
|
|
|
| 482 |
try:
|
| 483 |
result_small = pipe(
|
| 484 |
image=base_small,
|
| 485 |
+
prompt=generate_prompt(sin,vibe,prop),
|
| 486 |
guidance_scale=float(guidance_scale),
|
| 487 |
num_inference_steps=int(steps),
|
| 488 |
strength=0.45,
|