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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -239,9 +239,8 @@ class GlobalState:
239
 
240
 
241
 
242
-
243
  @torch.no_grad()
244
- @spaces.GPU(duration=190)
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,
 
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,