Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
streamlit==1.
|
2 |
kornia
|
3 |
-
torch
|
4 |
-
torchvision~=0.
|
5 |
Pillow
|
6 |
streamlit_ace
|
|
|
1 |
+
streamlit==1.11.1
|
2 |
kornia
|
3 |
+
# torch>=1.8.1
|
4 |
+
torchvision~=0.13.1
|
5 |
Pillow
|
6 |
streamlit_ace
|