Muhammadreza commited on
Commit
6c31caf
1 Parent(s): 0b0bc86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ pipe.enable_vae_slicing()
21
  torch.cuda.empty_cache()
22
 
23
  @spaces.GPU
24
- def genie (input_image, prompt, negative_prompt, width, height, steps, seed):
25
  #processing the input image
26
  res = requests.get(input_image)
27
  image_name = f'tmp_{uuid4()}.png'
 
21
  torch.cuda.empty_cache()
22
 
23
  @spaces.GPU
24
+ def genie (input_image, prompt, negative_prompt, width, height, steps, seed, conditioning_scale):
25
  #processing the input image
26
  res = requests.get(input_image)
27
  image_name = f'tmp_{uuid4()}.png'