Spaces:
Running
on
Zero
Running
on
Zero
requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
numpy==1.26.4
|
3 |
+
imageio
|
4 |
+
gradio
|
5 |
+
spaces
|
6 |
+
matplotlib
|
7 |
+
pillow
|
8 |
+
torch==2.5.1
|
9 |
+
torchvision==0.20.1
|