Spaces:
Running
Running
readded httpx==0.24.1 and added pydantic==2.10.6 (https://discuss.huggingface.co/t/gradio-space-crashing-on-startup-typeerror-argument-of-type-bool-is-not-iterable/154601/3)
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
pip
|
|
|
|
|
|
|
| 2 |
cython
|
| 3 |
mido
|
| 4 |
numpy
|
|
|
|
| 1 |
pip
|
| 2 |
+
httpx==0.24.1
|
| 3 |
+
pydantic==2.10.6
|
| 4 |
cython
|
| 5 |
mido
|
| 6 |
numpy
|