yyang181 commited on
Commit
31cd53b
·
verified ·
1 Parent(s): dd52f80

Update app.py

Browse files

update zero gpu quato limit

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def build_args_list_for_test(d16_batch_path: str,
240
  return args
241
 
242
  # ----------------- GRADIO HANDLER -----------------
243
- @spaces.GPU(duration=47) # 确保 CUDA 初始化在此函数体内
244
  def gradio_infer(
245
  debug_shapes,
246
  bw_video, ref_image,
 
240
  return args
241
 
242
  # ----------------- GRADIO HANDLER -----------------
243
+ @spaces.GPU(duration=600) # 确保 CUDA 初始化在此函数体内
244
  def gradio_infer(
245
  debug_shapes,
246
  bw_video, ref_image,