Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def fn_clearvoice_tse(input_video):
|
|
| 58 |
print(f'input_video: {input_video}')
|
| 59 |
myClearVoice(input_path=input_video, online_write=True, output_path='path_to_output_videos_tse')
|
| 60 |
|
| 61 |
-
output_list = find_mp4_files(f'path_to_output_videos_tse/AV_MossFormer2_TSE_16K/{os.path.basename(input_video).split(
|
| 62 |
|
| 63 |
return output_list
|
| 64 |
|
|
|
|
| 58 |
print(f'input_video: {input_video}')
|
| 59 |
myClearVoice(input_path=input_video, online_write=True, output_path='path_to_output_videos_tse')
|
| 60 |
|
| 61 |
+
output_list = find_mp4_files(f'path_to_output_videos_tse/AV_MossFormer2_TSE_16K/{os.path.basename(input_video).split(".")[0]}/')
|
| 62 |
|
| 63 |
return output_list
|
| 64 |
|