Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -2,10 +2,9 @@ streamlit
|
|
2 |
torch
|
3 |
transformers
|
4 |
diffusers
|
5 |
-
Pillow
|
6 |
rouge-score
|
|
|
7 |
sentencepiece
|
8 |
scipy
|
9 |
-
|
10 |
-
requests
|
11 |
git+https://github.com/openai/CLIP.git
|
|
|
2 |
torch
|
3 |
transformers
|
4 |
diffusers
|
|
|
5 |
rouge-score
|
6 |
+
Pillow
|
7 |
sentencepiece
|
8 |
scipy
|
9 |
+
accelerate
|
|
|
10 |
git+https://github.com/openai/CLIP.git
|