Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
git+https://github.com/huggingface/diffusers.git
|
3 |
+
transformers
|
4 |
+
accelerate
|
5 |
+
ftfy
|
6 |
+
numpy
|
7 |
+
matplotlib
|
8 |
+
uuid
|
9 |
+
opencv-python
|