Spaces:
Runtime error
Runtime error
ManishThota
commited on
Commit
•
d477ed8
1
Parent(s):
018f6d4
Update src/video_model.py
Browse files- src/video_model.py +1 -1
src/video_model.py
CHANGED
@@ -22,7 +22,7 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
22 |
model.eval()
|
23 |
|
24 |
|
25 |
-
@spaces.GPU(duration=20)
|
26 |
def describe_video(video, question):
|
27 |
"""
|
28 |
Describes a video by generating an answer to a given question.
|
|
|
22 |
model.eval()
|
23 |
|
24 |
|
25 |
+
# @spaces.GPU(duration=20)
|
26 |
def describe_video(video, question):
|
27 |
"""
|
28 |
Describes a video by generating an answer to a given question.
|