PengWeixuanSZU commited on
Commit
7bf9c3a
·
verified ·
1 Parent(s): ec2e9fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ def inference_and_return_video(dilation_iterations, num_inference_steps, video_s
218
  clip.write_videofile(video_file, codec='libx264', audio=False, verbose=False, logger=None)
219
  return video_file
220
 
221
- @spaces.GPU(duration=100)
222
  def track_video(n_frames, video_state):
223
 
224
  input_points = video_state["input_points"]
 
218
  clip.write_videofile(video_file, codec='libx264', audio=False, verbose=False, logger=None)
219
  return video_file
220
 
221
+
222
  def track_video(n_frames, video_state):
223
 
224
  input_points = video_state["input_points"]