runtime error
Exit code: 1. Reason: Requirement already satisfied: idna<4,>=2.5 in /home/user/.local/lib/python3.8/site-packages (from requests>=2.32.2) (3.4) Collecting smmap<6,>=3.0.1 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) Installing collected packages: tqdm, smmap, setuptools, requests, pillow, gitdb, gitpython Attempting uninstall: tqdm Found existing installation: tqdm 4.64.1 Uninstalling tqdm-4.64.1: Successfully uninstalled tqdm-4.64.1 Attempting uninstall: requests Found existing installation: requests 2.28.2 Uninstalling requests-2.28.2: Successfully uninstalled requests-2.28.2 Attempting uninstall: pillow Found existing installation: Pillow 9.4.0 Uninstalling Pillow-9.4.0: Successfully uninstalled Pillow-9.4.0 Successfully installed gitdb-4.0.12 gitpython-3.1.44 pillow-10.4.0 requests-2.32.3 setuptools-75.3.2 smmap-5.0.2 tqdm-4.67.1 [31m[1mrequirements:[0m AutoUpdate success ✅ 4.6s, installed 5 packages: ['gitpython>=3.1.30', 'pillow>=10.3.0', 'requests>=2.32.2', 'tqdm>=4.66.3', 'setuptools>=70.0.0'] [31m[1mrequirements:[0m ⚠️ [1mRestart runtime or rerun command for updates to take effect[0m YOLOv5 🚀 2025-3-27 Python-3.8.9 torch-1.13.1+cu117 CPU Downloading https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5s.pt to yolov5s.pt... 0%| | 0.00/14.1M [00:00<?, ?B/s] 100%|██████████| 14.1M/14.1M [00:00<00:00, 159MB/s] Fusing layers... YOLOv5s summary: 213 layers, 7225885 parameters, 0 gradients Adding AutoShape... Traceback (most recent call last): File "app.py", line 24, in <module> outputs = gr.outputs.Image(type="file", label="Output Image") File "/home/user/.local/lib/python3.8/site-packages/gradio/outputs.py", line 48, in __init__ super().__init__(type=type, label=label) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1673, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['numpy', 'pil', 'filepath']
Container logs:
Fetching error logs...