teowu commited on
Commit
72746ee
·
verified ·
1 Parent(s): 376de5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ def load_frames(video_file, max_num_frames=64, long_edge=448):
267
  return imgs, frame_timestamps
268
 
269
  @wrap_gen_fn
270
- spaces.GPU(duration=30)
271
  def predict(
272
  text,
273
  images,
 
267
  return imgs, frame_timestamps
268
 
269
  @wrap_gen_fn
270
+ @spaces.GPU(duration=30)
271
  def predict(
272
  text,
273
  images,