PKUWilliamYang commited on
Commit
dd00d65
·
verified ·
1 Parent(s): ffdd8fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -239,8 +239,9 @@ class GlobalState:
239
 
240
 
241
 
242
- #@spaces.GPU(duration=200)
243
  @torch.no_grad()
 
244
  def process1(input_path, prompt, sd_model, seed, image_resolution, control_strength,
245
  x0_strength, control_type, low_threshold, high_threshold,
246
  ddpm_steps, scale, a_prompt, n_prompt,
 
239
 
240
 
241
 
242
+
243
  @torch.no_grad()
244
+ @spaces.GPU() # @spaces.GPU(duration=200)
245
  def process1(input_path, prompt, sd_model, seed, image_resolution, control_strength,
246
  x0_strength, control_type, low_threshold, high_threshold,
247
  ddpm_steps, scale, a_prompt, n_prompt,