runtime error

Exit code: 1. Reason: p is available: 26.1.2 -> 26.2.1 [notice] To update, run: pip install --upgrade pip Loading Sooktam-2 TTS model: bharatgenai/sooktam2 ... Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. config.json: 0%| | 0.00/321 [00:00<?, ?B/s] config.json: 100%|██████████| 321/321 [00:00<00:00, 1.40MB/s] hf_auto.py: 0%| | 0.00/463 [00:00<?, ?B/s] hf_auto.py: 100%|██████████| 463/463 [00:00<00:00, 2.92MB/s] [transformers] Encountered exception while importing f5_tts: No module named 'f5_tts' Traceback (most recent call last): File "/home/user/app/app.py", line 54, in <module> model = AutoModel.from_pretrained(MODEL_ID, trust_remote_code=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/models/auto/auto_factory.py", line 336, in from_pretrained config, kwargs = AutoConfig.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/models/auto/configuration_auto.py", line 405, in from_pretrained config_class = get_class_from_dynamic_module( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/dynamic_module_utils.py", line 612, in get_class_from_dynamic_module final_module = get_cached_module_file( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/dynamic_module_utils.py", line 441, in get_cached_module_file modules_needed = check_imports(resolved_module_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/dynamic_module_utils.py", line 258, in check_imports raise ImportError( ImportError: This modeling file requires the following packages that were not found in your environment: f5_tts. Run `pip install f5_tts`

Container logs:

Fetching error logs...