Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0gradio
|
| 2 |
+
|
| 3 |
+
tensorflow>=2.10.0huggingface_hub
|
| 4 |
+
|
| 5 |
+
numpy>=1.21.0tensorflow>=2.10.0
|
| 6 |
+
|
| 7 |
+
Pillow>=8.3.0numpy
|
| 8 |
+
|
| 9 |
+
opencv-python>=4.5.0pillow
|
| 10 |
+
matplotlib
|
| 11 |
+
requests
|
| 12 |
+
tqdm
|