nikigoli commited on
Commit
c017bbd
·
verified ·
1 Parent(s): b915ab0

Update requirements.txt

Browse files

Proposed solution for this issue: https://discuss.huggingface.co/t/gradio-space-crashing-on-startup-typeerror-argument-of-type-bool-is-not-iterable/154601/2

Files changed (1) hide show
  1. 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