Update requrements.txt
Browse files- requrements.txt +3 -9
requrements.txt
CHANGED
@@ -1,11 +1,5 @@
|
|
1 |
-
torch==2.1.0
|
2 |
-
torchvision==0.16.0
|
3 |
-
Pillow==10.1.0
|
4 |
streamlit==1.30.0
|
5 |
requests==2.31.0
|
6 |
-
streamlit==1.40
|
7 |
-
TTS
|
8 |
-
soundfile
|
9 |
-
torch --index-url https://download.pytorch.org/whl/cpu
|
10 |
-
scipy
|
11 |
-
|
|
|
1 |
+
torch==2.1.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torchvision==0.16.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
3 |
streamlit==1.30.0
|
4 |
requests==2.31.0
|
5 |
+
streamlit==1.40
|
|
|
|
|
|
|
|
|
|