Spaces:
Runtime error
Runtime error
Theivaprakasham Hari
commited on
Commit
•
f23c760
1
Parent(s):
f2acd32
fixed 4
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -3,11 +3,14 @@ aiohttp==3.5.4
|
|
3 |
asyncio==3.4.3
|
4 |
timm
|
5 |
fastai==2.7.2
|
6 |
-
https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp37-cp37m-linux_x86_64.whl
|
7 |
-
https://download.pytorch.org/whl/cpu/torchvision-0.12.0%2Bcpu-cp37-cp37m-linux_x86_64.whl
|
8 |
numpy==1.21.6
|
9 |
Pillow==9.1.1
|
10 |
starlette==0.12.0
|
11 |
uvicorn==0.7.1
|
12 |
python-multipart==0.0.5
|
13 |
boto3==1.24.12
|
|
|
|
|
|
|
|
|
|
|
|
3 |
asyncio==3.4.3
|
4 |
timm
|
5 |
fastai==2.7.2
|
|
|
|
|
6 |
numpy==1.21.6
|
7 |
Pillow==9.1.1
|
8 |
starlette==0.12.0
|
9 |
uvicorn==0.7.1
|
10 |
python-multipart==0.0.5
|
11 |
boto3==1.24.12
|
12 |
+
|
13 |
+
|
14 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
15 |
+
torch==1.11.0+cpu
|
16 |
+
torchvision==0.12.0+cpu
|