Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -2,9 +2,8 @@ streamlit
|
|
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
|
|
|
2 |
torch
|
3 |
transformers
|
4 |
diffusers
|
|
|
5 |
Pillow
|
6 |
+
rouge-score
|
7 |
sentencepiece
|
8 |
scipy
|
|
|
9 |
git+https://github.com/openai/CLIP.git
|