Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|