Spaces:
Build error
Build error
Fabrice-TIERCELIN
commited on
Commit
•
81f0058
1
Parent(s):
d48152e
This PR fixes the dependency error
Browse filesClick on _Merge_ to add this feature
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -27,4 +27,5 @@ lovely-tensors==0.1.14
|
|
27 |
plotly==5.13.1
|
28 |
pydantic==1.10.6
|
29 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
30 |
-
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
|
27 |
plotly==5.13.1
|
28 |
pydantic==1.10.6
|
29 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
30 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
31 |
+
numpy
|