Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
-
|
3 |
-
gradio
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
+
accelerate==0.23.0
|
3 |
+
gradio==3.45.2
|
4 |
+
invisible-watermark==0.2.0
|
5 |
+
Pillow==10.0.1
|
6 |
+
torch==2.0.1
|
7 |
+
transformers==4.33.3
|