Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
·
bfda9c1
0
Parent(s):
Add requirements
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Remove --extra-index-url URL below if you're not using nvidia GPU.
|
2 |
+
# If you're using it, Update CUDA version to yours. For example /cu121 , /cu118 etc..
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
pytest
|
7 |
+
gradio
|
8 |
+
gradio_image_prompter
|
9 |
+
opencv-python
|
10 |
+
pycocotools
|
11 |
+
git+https://github.com/jhj0517/forked-pytoshop.git
|
12 |
+
packbits
|
13 |
+
hydra-core
|
14 |
+
numpy==1.26.4
|
15 |
+
wheel
|