Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
This Pull Request fixes the space by adding a missing dependency
Browse filesThe `numpy` library is missing.
Click on _Merge_ to add this feature.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ diffusers
|
|
3 |
invisible_watermark
|
4 |
torch
|
5 |
transformers
|
6 |
-
xformers
|
|
|
|
3 |
invisible_watermark
|
4 |
torch
|
5 |
transformers
|
6 |
+
xformers
|
7 |
+
numpy
|