Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
+
torch==2.1.0+cpu
|
| 4 |
+
torchvision==0.16.0+cpu
|
| 5 |
+
Pillow
|
| 6 |
+
numpy==1.24.3
|