fffiloni commited on
Commit
8dcb08c
1 Parent(s): 450977c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def resize_image(input_path, output_path, target_height):
43
  return output_path, new_width, target_height
44
 
45
 
46
- @spaces.GPU(duration=90)
47
  def infer(image_in, prompt, inference_steps, guidance_scale, control_weight, progress=gr.Progress(track_tqdm=True)):
48
 
49
 
 
43
  return output_path, new_width, target_height
44
 
45
 
46
+ @spaces.GPU()
47
  def infer(image_in, prompt, inference_steps, guidance_scale, control_weight, progress=gr.Progress(track_tqdm=True)):
48
 
49