xierui.0097 commited on
Commit
9aafb51
·
1 Parent(s): 12937f3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ examples = [
10
  ]
11
 
12
  # Define a GPU-decorated function for enhancement
13
- @spaces.GPU(duration=1200)
14
  def enhance_with_gpu(input_video, input_text):
15
  return venhancer.enhance_a_video(input_video, input_text)
16
 
 
10
  ]
11
 
12
  # Define a GPU-decorated function for enhancement
13
+ @spaces.GPU(duration=120)
14
  def enhance_with_gpu(input_video, input_text):
15
  return venhancer.enhance_a_video(input_video, input_text)
16