Spaces:
Sleeping
Sleeping
Commit
·
1b881b3
1
Parent(s):
26e1809
Add python-multipart dependency
Browse filesIncludes python-multipart to support multipart form data parsing,
enabling better compatibility with APIs or features that require
processing file uploads or multipart requests.
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ keras
|
|
| 4 |
tensorflow==2.19.0
|
| 5 |
numpy
|
| 6 |
Pillow
|
| 7 |
-
huggingface_hub
|
|
|
|
|
|
| 4 |
tensorflow==2.19.0
|
| 5 |
numpy
|
| 6 |
Pillow
|
| 7 |
+
huggingface_hub
|
| 8 |
+
python-multipart
|