Spaces:
Running
Running
Update requirements.txt
#4
by hosam999 - opened
- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
|
|
|
|
| 3 |
numpy==1.24.2
|
| 4 |
gradio==3.44.2
|
| 5 |
opencv-python==4.8.0.76
|
|
|
|
| 1 |
+
setuptools
|
| 2 |
+
wheel
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 4 |
|
| 5 |
+
|
| 6 |
numpy==1.24.2
|
| 7 |
gradio==3.44.2
|
| 8 |
opencv-python==4.8.0.76
|