runtime error

Exit code: 1. Reason: Using device: cpu Loading processor from: Ateeqq/ai-vs-human-image-detector FATAL: Error loading model or processor: AutoImageProcessor requires the Torchvision library but it was not found in your environment. Check out the instructions on the installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment. Please note that you may need to restart your runtime after installation. Traceback (most recent call last): File "/app/app.py", line 23, in <module> processor = AutoImageProcessor.from_pretrained(MODEL_IDENTIFIER) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2040, in __getattribute__ requires_backends(cls, cls._backends) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2026, in requires_backends raise ImportError("".join(failed)) ImportError: AutoImageProcessor requires the Torchvision library but it was not found in your environment. Check out the instructions on the installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment. Please note that you may need to restart your runtime after installation. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 32, in <module> raise gr.Error(f"Failed to load the model: {e}. Cannot start the application.") from e gradio.exceptions.Error: 'Failed to load the model: \nAutoImageProcessor requires the Torchvision library but it was not found in your environment. Check out the instructions on the\ninstallation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment.\nPlease note that you may need to restart your runtime after installation.\n. Cannot start the application.'

Container logs:

Fetching error logs...