runtime error

Exit code: 1. Reason: "/usr/local/lib/python3.10/site-packages/transformers/dependency_versions_check.py", line 57, in <module> require_version_core(deps[pkg]) File "/usr/local/lib/python3.10/site-packages/transformers/utils/versions.py", line 117, in require_version_core return require_version(requirement, hint) File "/usr/local/lib/python3.10/site-packages/transformers/utils/versions.py", line 111, in require_version _compare_versions(op, got_ver, want_ver, requirement, pkg, hint) File "/usr/local/lib/python3.10/site-packages/transformers/utils/versions.py", line 44, in _compare_versions raise ImportError( ImportError: huggingface-hub==1.0.0.rc2 is required for a normal functioning of this module, but found huggingface-hub==0.35.3. Try: `pip install transformers -U` or `pip install -e '.[dev]'` if you're working with git main The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from diffusers import QwenImagePipeline File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 965, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 965, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 964, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 976, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.qwenimage.pipeline_qwenimage because of the following error (look up to see its traceback): huggingface-hub==1.0.0.rc2 is required for a normal functioning of this module, but found huggingface-hub==0.35.3. Try: `pip install transformers -U` or `pip install -e '.[dev]'` if you're working with git main

Container logs:

Fetching error logs...