Fabrice-TIERCELIN commited on
Commit
5c2028c
·
verified ·
1 Parent(s): 9cbcf3e

This PR fixes the "Error : No API Found" bug

Browse files

Currently, when you redeploy, you get this new error due to the last version of pydantic

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  git+https://github.com/huggingface/diffusers.git
2
  transformers
3
  accelerate
4
- sentencepiece
 
 
1
  git+https://github.com/huggingface/diffusers.git
2
  transformers
3
  accelerate
4
+ sentencepiece
5
+ pydantic==2.10.6