runtime error
Exit code: 1. Reason: 0%| | 238k/189M [00:01<13:14, 238kB/s][A Downloading (incomplete total...): 100%|██████████| 189M/189M [00:02<00:00, 111MB/s][A Fetching 2 files: 100%|██████████| 2/2 [00:02<00:00, 1.00s/it][A Fetching 2 files: 100%|██████████| 2/2 [00:02<00:00, 1.00s/it] Download complete: 100%|██████████| 189M/189M [00:02<00:00, 111MB/s] [A Download complete: 100%|██████████| 189M/189M [00:02<00:00, 93.1MB/s] Traceback (most recent call last): File "/app/app.py", line 25, in <module> import genie_tts as genie File "/usr/local/lib/python3.13/site-packages/genie_tts/__init__.py", line 1, in <module> from .Internal import ( ...<10 lines>... ) File "/usr/local/lib/python3.13/site-packages/genie_tts/Internal.py", line 28, in <module> from .Audio.ReferenceAudio import ReferenceAudio File "/usr/local/lib/python3.13/site-packages/genie_tts/Audio/ReferenceAudio.py", line 2, in <module> from ..GetPhonesAndBert import get_phones_and_bert File "/usr/local/lib/python3.13/site-packages/genie_tts/GetPhonesAndBert.py", line 4, in <module> from .ModelManager import model_manager File "/usr/local/lib/python3.13/site-packages/genie_tts/ModelManager.py", line 19, in <module> from .Core.Resources import (HUBERT_MODEL_DIR, SV_MODEL, ROBERTA_MODEL_DIR) File "/usr/local/lib/python3.13/site-packages/genie_tts/Core/Resources.py", line 74, in <module> ensure_exists(HUBERT_MODEL_DIR, "HUBERT_MODEL_DIR") ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/genie_tts/Core/Resources.py", line 19, in ensure_exists raise FileNotFoundError( ...<3 lines>... ) FileNotFoundError: Required directory or file 'HUBERT_MODEL_DIR' was not found at: ./GenieData/chinese-hubert-base Please download the pretrained models and place them under './GenieData', or set the environment variable GENIE_DATA_DIR to the correct directory.
Container logs:
Fetching error logs...