Spaces:
Running
on
T4
Running
on
T4
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
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
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
accelerate==0.23.0
|
3 |
gradio==3.45.2
|
|
|
4 |
Pillow==10.0.1
|
5 |
torch==2.0.1
|
6 |
+
transformers==4.33.3
|
7 |
+
ftfy
|
8 |
+
modin[all]
|
9 |
+
invisible_watermark
|