Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.111.0
|
| 2 |
+
uvicorn[standard]==0.30.0
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
ml_dtypes>=0.3
|
| 5 |
+
pillow
|
| 6 |
+
python-multipart
|
| 7 |
+
huggingface_hub>=0.22.2
|
| 8 |
+
tensorflow==2.17.0
|
| 9 |
+
keras>=3.3
|
| 10 |
+
gradio
|