Abhilasha
commited on
Commit
·
092c108
1
Parent(s):
58d0adc
fix requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
streamlit
|
2 |
streamlit-drawable-canvas
|
3 |
diffusers==0.15.0
|
4 |
xformers==0.0.16
|
5 |
transformers==4.28.0
|
6 |
-
torchvision
|
7 |
git+https://github.com/huggingface/accelerate.git
|
8 |
opencv-python-headless==4.7.0.72
|
9 |
scipy==1.10.0
|
10 |
python-docx
|
11 |
-
extra-streamlit-components
|
12 |
triton
|
13 |
altair==4.1.0
|
|
|
1 |
+
streamlit
|
2 |
streamlit-drawable-canvas
|
3 |
diffusers==0.15.0
|
4 |
xformers==0.0.16
|
5 |
transformers==4.28.0
|
6 |
+
torchvision
|
7 |
git+https://github.com/huggingface/accelerate.git
|
8 |
opencv-python-headless==4.7.0.72
|
9 |
scipy==1.10.0
|
10 |
python-docx
|
11 |
+
extra-streamlit-components
|
12 |
triton
|
13 |
altair==4.1.0
|