Spaces:
Running
Running
Antoni Bigata
commited on
Commit
·
bc88ee0
1
Parent(s):
be31aa4
requirements
Browse files
app.py
CHANGED
@@ -398,7 +398,7 @@ def extract_video_landmarks(video_frames, landmarks_extractor):
|
|
398 |
return np.array(processed_landmarks)
|
399 |
|
400 |
|
401 |
-
@spaces.GPU(duration=
|
402 |
@torch.no_grad()
|
403 |
def sample(
|
404 |
audio_list,
|
|
|
398 |
return np.array(processed_landmarks)
|
399 |
|
400 |
|
401 |
+
@spaces.GPU(duration=149)
|
402 |
@torch.no_grad()
|
403 |
def sample(
|
404 |
audio_list,
|