madebyollin Fabrice-TIERCELIN commited on
Commit
11c6b6a
·
verified ·
1 Parent(s): 9cbcf3e

This PR fixes the "Error : No API Found" bug (#3)

Browse files

- This PR fixes the "Error : No API Found" bug (5c2028c4e7faa3e6f922dc4697acebe3c671caab)


Co-authored-by: Fabrice TIERCELIN <[email protected]>

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