Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
+
google-genai>=1.0.0
|
| 3 |
+
huggingface-hub>=0.24.0
|
| 4 |
+
opencv-python-headless>=4.9.0
|
| 5 |
+
numpy>=1.26.0
|
| 6 |
+
Pillow>=10.3.0
|