Manjushri commited on
Commit
fd0860d
1 Parent(s): 0389115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ def genie (Model, Prompt, negative_prompt, height, width, scale, steps, seed, up
38
  return image
39
  else:
40
  image = anime(Prompt, negative_prompt=negative_prompt, height=height, width=width, num_inference_steps=steps, guidance_scale=scale).images[0]
 
41
  else:
42
  if upscale == "Yes":
43
  int_image = disney(Prompt, negative_prompt=negative_prompt, height=height, width=width, num_inference_steps=steps, guidance_scale=scale).images
 
38
  return image
39
  else:
40
  image = anime(Prompt, negative_prompt=negative_prompt, height=height, width=width, num_inference_steps=steps, guidance_scale=scale).images[0]
41
+ return image
42
  else:
43
  if upscale == "Yes":
44
  int_image = disney(Prompt, negative_prompt=negative_prompt, height=height, width=width, num_inference_steps=steps, guidance_scale=scale).images