Spaces:
MikeQU
/
Running on L40S

MikeQU commited on
Commit
54e77e4
·
verified ·
1 Parent(s): e031c5c

Update app_zero.py

Browse files
Files changed (1) hide show
  1. app_zero.py +1 -1
app_zero.py CHANGED
@@ -116,7 +116,7 @@ def resize_image(image_path, target_height):
116
  #resized_img.save(output_path)
117
  return resized_img
118
 
119
- @spaces.GPU(enable_queue=True)
120
  def inference(input_image, prompt, a_prompt, n_prompt, denoise_steps, upscale, alpha, cfg, seed):
121
 
122
  #tempo fix for seed equals-1
 
116
  #resized_img.save(output_path)
117
  return resized_img
118
 
119
+ @spaces.CPU(enable_queue=True)
120
  def inference(input_image, prompt, a_prompt, n_prompt, denoise_steps, upscale, alpha, cfg, seed):
121
 
122
  #tempo fix for seed equals-1