Spaces:
Running
on
T4
Running
on
T4
Update requirements.txt
Browse filesProposed solution for this issue: https://discuss.huggingface.co/t/gradio-space-crashing-on-startup-typeerror-argument-of-type-bool-is-not-iterable/154601/2
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -17,4 +17,5 @@ tqdm
|
|
17 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
18 |
torch<2.6
|
19 |
torchvision
|
20 |
-
transformers
|
|
|
|
17 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
18 |
torch<2.6
|
19 |
torchvision
|
20 |
+
transformers
|
21 |
+
pydantic==2.10.6
|