Linoy Tsaban commited on
Commit
0e8db4a
1 Parent(s): 805da8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def caption_image(input_image):
101
  def sample(zs, wts, prompt_tar="", cfg_scale_tar=15, skip=36, eta = 1):
102
 
103
  latnets = wts.value[-1].expand(1, -1, -1, -1)
104
- img = pipe(prompt=tar_prompt,
105
  init_latents=latnets,
106
  guidance_scale = tar_cfg_scale,
107
  # num_images_per_prompt=1,
 
101
  def sample(zs, wts, prompt_tar="", cfg_scale_tar=15, skip=36, eta = 1):
102
 
103
  latnets = wts.value[-1].expand(1, -1, -1, -1)
104
+ img = pipe(prompt=prompt_tar,
105
  init_latents=latnets,
106
  guidance_scale = tar_cfg_scale,
107
  # num_images_per_prompt=1,