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