Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
-
# requirements.txt -
|
2 |
streamlit==1.22.0
|
3 |
numpy==1.24.3
|
4 |
matplotlib==3.7.1
|
5 |
Pillow==9.5.0
|
6 |
pandas==2.0.3
|
7 |
plotly==5.18.0
|
8 |
-
gTTS==2.4.0
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt - Advanced Dependencies
|
2 |
streamlit==1.22.0
|
3 |
numpy==1.24.3
|
4 |
matplotlib==3.7.1
|
5 |
Pillow==9.5.0
|
6 |
pandas==2.0.3
|
7 |
plotly==5.18.0
|
8 |
+
gTTS==2.4.0
|
9 |
+
torch==2.0.1
|
10 |
+
diffusers==0.24.0
|
11 |
+
transformers==4.37.2
|
12 |
+
accelerate==0.26.1
|