yyang181 commited on
Commit
c17b50c
·
verified ·
1 Parent(s): 7dba9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ def ensure_correlation_extension_installed():
288
  pass
289
 
290
  # ----------------- GRADIO HANDLER -----------------
291
- @spaces.GPU(duration=120) # 确保 CUDA 初始化在此函数体内
292
  def gradio_infer(
293
  debug_shapes,
294
  bw_video, ref_image,
 
288
  pass
289
 
290
  # ----------------- GRADIO HANDLER -----------------
291
+ @spaces.GPU(duration=600) # 确保 CUDA 初始化在此函数体内
292
  def gradio_infer(
293
  debug_shapes,
294
  bw_video, ref_image,