runtime error
[31m[1mrequirements:[0m Ultralytics requirements ['gitpython>=3.1.30', 'pillow>=10.3.0'] not found, attempting AutoUpdate... [notice] A new release of pip available: 22.3.1 -> 24.1.2 [notice] To update, run: pip install --upgrade pip Collecting gitpython>=3.1.30 Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 11.8 MB/s eta 0:00:00 Collecting pillow>=10.3.0 Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 216.2 MB/s eta 0:00:00 Collecting gitdb<5,>=4.0.1 Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 267.5 MB/s eta 0:00:00 Collecting smmap<6,>=3.0.1 Downloading smmap-5.0.1-py3-none-any.whl (24 kB) Installing collected packages: smmap, pillow, gitdb, gitpython Attempting uninstall: pillow Found existing installation: Pillow 9.5.0 Uninstalling Pillow-9.5.0: Successfully uninstalled Pillow-9.5.0 Successfully installed gitdb-4.0.11 gitpython-3.1.43 pillow-10.4.0 smmap-5.0.1 [31m[1mrequirements:[0m AutoUpdate success ✅ 2.8s, installed 2 packages: ['gitpython>=3.1.30', 'pillow>=10.3.0'] [31m[1mrequirements:[0m ⚠️ [1mRestart runtime or rerun command for updates to take effect[0m YOLOv5 🚀 2024-7-15 Python-3.10.14 torch-2.3.1+cu121 CPU Fusing layers... Model summary: 212 layers, 20861016 parameters, 0 gradients, 47.9 GFLOPs Adding AutoShape... Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> inputs=gr.inputs.Image(type = "pil", label = "Original Image"), AttributeError: module 'gradio' has no attribute 'inputs'
Container logs:
Fetching error logs...