Spaces:
mikitona
/
Running on Zero

mikitona commited on
Commit
b362322
·
verified ·
1 Parent(s): f346f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -271,14 +271,14 @@ def restore_in_Xmin(
271
  # 他のallocation条件は省略
272
 
273
  # デフォルトの処理
274
- return restore_in_3min(
275
  noisy_image, denoise_image, a_prompt, n_prompt, num_samples, min_size, upscale, edm_steps, s_stage1,
276
  s_stage2, s_cfg, seed, s_churn, s_noise, color_fix_type, linear_CFG, linear_s_stage2, spt_linear_CFG,
277
  spt_linear_s_stage2, output_format
278
  )
279
 
280
 
281
- @spaces.GPU(duration=59)
282
  def restore_in_1min(*args, **kwargs):
283
  return restore_on_gpu(*args, **kwargs)
284
 
 
271
  # 他のallocation条件は省略
272
 
273
  # デフォルトの処理
274
+ return restore_in_1min(
275
  noisy_image, denoise_image, a_prompt, n_prompt, num_samples, min_size, upscale, edm_steps, s_stage1,
276
  s_stage2, s_cfg, seed, s_churn, s_noise, color_fix_type, linear_CFG, linear_s_stage2, spt_linear_CFG,
277
  spt_linear_s_stage2, output_format
278
  )
279
 
280
 
281
+ @spaces.GPU(duration=89)
282
  def restore_in_1min(*args, **kwargs):
283
  return restore_on_gpu(*args, **kwargs)
284