Spaces:
Running
Running
jhj0517
commited on
Commit
·
a17a924
1
Parent(s):
0e9733d
Add test file path
Browse files- tests/test_config.py +1 -0
tests/test_config.py
CHANGED
@@ -3,6 +3,7 @@ from modules.utils.paths import *
|
|
3 |
import os
|
4 |
|
5 |
TEST_FILE_DOWNLOAD_URL = "https://github.com/jhj0517/whisper_flutter_new/raw/main/example/assets/jfk.wav"
|
|
|
6 |
TEST_YOUTUBE_URL = "https://www.youtube.com/watch?v=4WEQtgnBu0I&ab_channel=AndriaFitzer"
|
7 |
TEST_WHISPER_MODEL = "tiny"
|
8 |
TEST_UVR_MODEL = "UVR-MDX-NET-Inst_HQ_4"
|
|
|
3 |
import os
|
4 |
|
5 |
TEST_FILE_DOWNLOAD_URL = "https://github.com/jhj0517/whisper_flutter_new/raw/main/example/assets/jfk.wav"
|
6 |
+
TEST_FILE_PATH = os.path.join(WEBUI_DIR, "tests", "jfk.wav")
|
7 |
TEST_YOUTUBE_URL = "https://www.youtube.com/watch?v=4WEQtgnBu0I&ab_channel=AndriaFitzer"
|
8 |
TEST_WHISPER_MODEL = "tiny"
|
9 |
TEST_UVR_MODEL = "UVR-MDX-NET-Inst_HQ_4"
|