Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.50.2
|
2 |
+
openai
|
3 |
+
opencv-python-headless>=4.9.0.80
|
4 |
+
numpy>=1.26.4
|
5 |
+
matplotlib>=3.8.3
|