File size: 377 Bytes
1e38b6e
 
3b69814
1e38b6e
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import os

TEST_FILE_DOWNLOAD_URL = "https://github.com/jhj0517/whisper_flutter_new/raw/main/example/assets/jfk.wav"
TEST_YOUTUBE_URL = "https://www.youtube.com/watch?v=4WEQtgnBu0I&ab_channel=AndriaFitzer"
TEST_WHISPER_MODEL = "tiny"
TEST_UVR_MODEL = "UVR-MDX-NET-Inst_HQ_4"
TEST_NLLB_MODEL = "facebook/nllb-200-1.3B"
TEST_SUBTITLE_PATH = os.path.join("translation_test.srt")