Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
@@ -1,10 +1,5 @@
|
|
|
|
1 |
numpy
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
streamlit==1.18.1
|
6 |
-
numpy==1.24.3
|
7 |
-
torch==2.0.1
|
8 |
-
torchaudio==2.0.1
|
9 |
-
tensorflow==2.12.0
|
10 |
-
tensorflow-hub==0.13.0
|
|
|
1 |
+
streamlit
|
2 |
numpy
|
3 |
+
torchaudio
|
4 |
+
tensorflow
|
5 |
+
tensorflow-hub
|
|
|
|
|
|
|
|
|
|
|
|