Spaces:
Runtime error
Runtime error
Update cog.yaml
Browse files
cog.yaml
CHANGED
|
@@ -18,6 +18,7 @@ build:
|
|
| 18 |
- "scikit-image==0.19.1"
|
| 19 |
- "Cython==0.29.27"
|
| 20 |
- "timm==0.4.12"
|
|
|
|
| 21 |
run:
|
| 22 |
- pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html
|
| 23 |
- pip install git+https://github.com/cocodataset/panopticapi.git
|
|
|
|
| 18 |
- "scikit-image==0.19.1"
|
| 19 |
- "Cython==0.29.27"
|
| 20 |
- "timm==0.4.12"
|
| 21 |
+
- "gradio_client==0.2.7"
|
| 22 |
run:
|
| 23 |
- pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html
|
| 24 |
- pip install git+https://github.com/cocodataset/panopticapi.git
|