Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,8 +59,8 @@ def fn_clearvoice_tse(input_video):
|
|
| 59 |
|
| 60 |
output_list = find_mp4_files('./path_to_output_videos_tse/')
|
| 61 |
print(output_list)
|
| 62 |
-
|
| 63 |
-
return
|
| 64 |
|
| 65 |
demo = gr.Blocks()
|
| 66 |
|
|
|
|
| 59 |
|
| 60 |
output_list = find_mp4_files('./path_to_output_videos_tse/')
|
| 61 |
print(output_list)
|
| 62 |
+
|
| 63 |
+
return output_list[0], output_list[1]
|
| 64 |
|
| 65 |
demo = gr.Blocks()
|
| 66 |
|