Spaces:
Runtime error
Runtime error
Commit
β’
7d579dc
1
Parent(s):
61d7fe7
Reuse the code from a working space (1/2) (#7)
Browse files- Reuse the code from a working space (1/2) (38f5ccb7f74574757594849b9bb525f3371f86b9)
Co-authored-by: Fabrice TIERCELIN <Fabrice-TIERCELIN@users.noreply.huggingface.co>
- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
2 |
-
diffusers
|
3 |
transformers
|
|
|
|
|
|
|
|
|
4 |
torch
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
|
|
2 |
transformers
|
3 |
+
accelerate
|
4 |
+
safetensors
|
5 |
+
opencv-python
|
6 |
+
uuid
|
7 |
torch
|