Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
torch>=2.4.0
|
2 |
git+https://github.com/huggingface/diffusers.git
|
|
|
3 |
transformers
|
4 |
gradio
|
5 |
huggingface_hub
|
6 |
ffmpeg-python
|
7 |
spaces
|
8 |
-
ftfy
|
9 |
-
accelerate
|
|
|
1 |
torch>=2.4.0
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
+
accelerate
|
4 |
transformers
|
5 |
gradio
|
6 |
huggingface_hub
|
7 |
ffmpeg-python
|
8 |
spaces
|
9 |
+
ftfy
|
|