Spaces:
Paused
Paused
Update app_quant_latent1.py
Browse files- app_quant_latent1.py +1 -1
app_quant_latent1.py
CHANGED
|
@@ -450,7 +450,7 @@ def generate_image(prompt, height, width, steps, seed, guidance_scale=0.0):
|
|
| 450 |
image = placeholder
|
| 451 |
gallery = [image]
|
| 452 |
|
| 453 |
-
|
| 454 |
|
| 455 |
except Exception as e:
|
| 456 |
LOGS.append(f"❌ Total failure: {e}")
|
|
|
|
| 450 |
image = placeholder
|
| 451 |
gallery = [image]
|
| 452 |
|
| 453 |
+
return image, gallery, LOGS
|
| 454 |
|
| 455 |
except Exception as e:
|
| 456 |
LOGS.append(f"❌ Total failure: {e}")
|