Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
https://download.pytorch.org/whl/
|
| 2 |
-
https://download.pytorch.org/whl/lts/1.8/cpu/torchvision-0.9.2%2Bcpu-cp37-cp37m-linux_x86_64.whl
|
| 3 |
streamlit
|
| 4 |
pillow
|
| 5 |
pandas
|
|
|
|
| 1 |
+
python3.8 -m pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
| 2 |
streamlit
|
| 3 |
pillow
|
| 4 |
pandas
|