PKUWilliamYang commited on
Commit
89ecb43
1 Parent(s): 0053aa3

Update app.py

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