Spaces:
Runtime error
Runtime error
Salman Abjam commited on
Commit ·
b337433
1
Parent(s): dfd6d6f
Add python-magic dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
huggingface_hub<1.0.0
|
| 3 |
pydantic-settings>=2.0.0
|
|
|
|
| 4 |
numpy>=1.24.0
|
| 5 |
pillow>=10.0.0
|
| 6 |
opencv-python>=4.8.0
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
huggingface_hub<1.0.0
|
| 3 |
pydantic-settings>=2.0.0
|
| 4 |
+
python-magic>=0.4.27
|
| 5 |
numpy>=1.24.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
opencv-python>=4.8.0
|