Spaces:
Running
Running
Antoni Bigata
commited on
Commit
·
be31aa4
1
Parent(s):
b21bceb
requirements
Browse files
app.py
CHANGED
@@ -617,7 +617,7 @@ def sample(
|
|
617 |
return complete_video
|
618 |
|
619 |
|
620 |
-
@spaces.GPU(duration=
|
621 |
@torch.no_grad()
|
622 |
def process_video(video_input, audio_input):
|
623 |
"""Main processing function to generate synchronized video"""
|
|
|
617 |
return complete_video
|
618 |
|
619 |
|
620 |
+
@spaces.GPU(duration=149)
|
621 |
@torch.no_grad()
|
622 |
def process_video(video_input, audio_input):
|
623 |
"""Main processing function to generate synchronized video"""
|