Spaces:
Running
Running
jhj0517
commited on
Commit
·
3b69814
1
Parent(s):
9fdfe53
Update wav file URL
Browse files- tests/test_config.py +1 -1
tests/test_config.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
|
3 |
-
TEST_FILE_DOWNLOAD_URL = "
|
4 |
TEST_YOUTUBE_URL = "https://www.youtube.com/watch?v=4WEQtgnBu0I&ab_channel=AndriaFitzer"
|
5 |
TEST_WHISPER_MODEL = "tiny"
|
6 |
TEST_UVR_MODEL = "UVR-MDX-NET-Inst_HQ_4"
|
|
|
1 |
import os
|
2 |
|
3 |
+
TEST_FILE_DOWNLOAD_URL = "https://github.com/jhj0517/whisper_flutter_new/raw/main/example/assets/jfk.wav"
|
4 |
TEST_YOUTUBE_URL = "https://www.youtube.com/watch?v=4WEQtgnBu0I&ab_channel=AndriaFitzer"
|
5 |
TEST_WHISPER_MODEL = "tiny"
|
6 |
TEST_UVR_MODEL = "UVR-MDX-NET-Inst_HQ_4"
|