rahul7star commited on
Commit
7eeb156
·
verified ·
1 Parent(s): f15c73f

Update app_quant_latent1.py

Browse files
Files changed (1) hide show
  1. 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
- return image, gallery, LOGS
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}")