Spaces:
Running
on
L4
Running
on
L4
This PR fixes the "Error : No API Found" bug
Browse filesCurrently, when you redeploy, you get this new error due to the last version of pydantic
- 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
|