Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def find_mp4_files(directory):
|
|
51 |
|
52 |
return mp4_files
|
53 |
|
54 |
-
@spaces.GPU(duration=
|
55 |
def fn_clearvoice_tse(input_video):
|
56 |
myClearVoice = ClearVoice(task='target_speaker_extraction', model_names=['AV_MossFormer2_TSE_16K'])
|
57 |
#output_wav_dict =
|
|
|
51 |
|
52 |
return mp4_files
|
53 |
|
54 |
+
@spaces.GPU(duration=300)
|
55 |
def fn_clearvoice_tse(input_video):
|
56 |
myClearVoice = ClearVoice(task='target_speaker_extraction', model_names=['AV_MossFormer2_TSE_16K'])
|
57 |
#output_wav_dict =
|