Spaces:
Runtime error
Runtime error
Commit
·
90bd87c
1
Parent(s):
34ecba0
update
Browse files- app_locally.py +1 -0
- output/.gitkeep +0 -0
app_locally.py
CHANGED
@@ -64,6 +64,7 @@ def predict(prompt, style, audio_file_pth, mic_file_path, use_mic, language):
|
|
64 |
None,
|
65 |
)
|
66 |
|
|
|
67 |
src_path = f'{output_dir}/tmp.wav'
|
68 |
|
69 |
speed = 1.0
|
|
|
64 |
None,
|
65 |
)
|
66 |
|
67 |
+
output_dir = os.path.abspath("output")
|
68 |
src_path = f'{output_dir}/tmp.wav'
|
69 |
|
70 |
speed = 1.0
|
output/.gitkeep
ADDED
File without changes
|