Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
opencv-python
|
2 |
-
numpy
|
3 |
-
|
4 |
gradio
|
5 |
-
|
|
|
|
|
|
1 |
+
opencv-python==4.8.0.74
|
2 |
+
numpy==1.24.3
|
3 |
+
pillow==9.5.0
|
4 |
gradio
|
5 |
+
replicate==0.18.1
|
6 |
+
requests==2.31.0
|
7 |
+
python-dotenv==1.0.0
|