Spaces:
Running
Running
jhj0517
commited on
Commit
·
2952821
1
Parent(s):
a2c62c7
Use smallest model
Browse files- tests/test_config.py +1 -1
tests/test_config.py
CHANGED
@@ -4,6 +4,6 @@ TEST_FILE_DOWNLOAD_URL = "https://github.com/jhj0517/whisper_flutter_new/raw/mai
|
|
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"
|
7 |
-
TEST_NLLB_MODEL = "facebook/nllb-200-
|
8 |
TEST_SUBTITLE_PATH = os.path.join("translation_test.srt")
|
9 |
|
|
|
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"
|
7 |
+
TEST_NLLB_MODEL = "facebook/nllb-200-distilled-600M"
|
8 |
TEST_SUBTITLE_PATH = os.path.join("translation_test.srt")
|
9 |
|