Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
|
|
| 1 |
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
|
| 4 |
-
torch==2.1.0+cpu
|
| 5 |
-
torchvision==0.16.0+cpu
|
| 6 |
-
torchaudio==2.1.0+cpu
|
| 7 |
multiscaledeformableattention @ https://huggingface.co/datasets/jerpelhan/geco2-assets/resolve/main/wheels/multiscaledeformableattention-1.0-cp310-cp310-linux_x86_64.whl
|
| 8 |
|
| 9 |
huggingface-hub
|
| 10 |
spaces
|
|
|
|
| 11 |
annotated-types==0.7.0
|
| 12 |
antlr4-python3-runtime==4.9.3
|
| 13 |
anyio==4.9.0
|
|
@@ -68,8 +69,10 @@ pkginfo==1.12.1.2
|
|
| 68 |
platformdirs==4.3.7
|
| 69 |
pycocotools==2.0.8
|
| 70 |
pycparser==2.22
|
| 71 |
-
|
| 72 |
-
|
|
|
|
|
|
|
| 73 |
pydub==0.25.1
|
| 74 |
Pygments==2.19.1
|
| 75 |
pyparsing==3.2.3
|
|
@@ -105,6 +108,6 @@ uvicorn==0.34.0
|
|
| 105 |
virtualenv==20.30.0
|
| 106 |
websockets==13.0
|
| 107 |
zipp==3.21.0
|
| 108 |
-
|
| 109 |
gradio-client==1.14.0
|
| 110 |
gradio-image-annotation==0.4.1
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
| 3 |
+
torch==2.1.0
|
| 4 |
+
torchvision==0.16.0
|
| 5 |
+
torchaudio==2.1.0
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
multiscaledeformableattention @ https://huggingface.co/datasets/jerpelhan/geco2-assets/resolve/main/wheels/multiscaledeformableattention-1.0-cp310-cp310-linux_x86_64.whl
|
| 8 |
|
| 9 |
huggingface-hub
|
| 10 |
spaces
|
| 11 |
+
|
| 12 |
annotated-types==0.7.0
|
| 13 |
antlr4-python3-runtime==4.9.3
|
| 14 |
anyio==4.9.0
|
|
|
|
| 69 |
platformdirs==4.3.7
|
| 70 |
pycocotools==2.0.8
|
| 71 |
pycparser==2.22
|
| 72 |
+
|
| 73 |
+
# ✅ FIXED
|
| 74 |
+
pydantic==2.11.6
|
| 75 |
+
|
| 76 |
pydub==0.25.1
|
| 77 |
Pygments==2.19.1
|
| 78 |
pyparsing==3.2.3
|
|
|
|
| 108 |
virtualenv==20.30.0
|
| 109 |
websockets==13.0
|
| 110 |
zipp==3.21.0
|
| 111 |
+
|
| 112 |
gradio-client==1.14.0
|
| 113 |
gradio-image-annotation==0.4.1
|