Spaces:
Running
on
L4
Running
on
L4
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]>
- 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
|