Spaces:
Sleeping
Sleeping
Commit
·
73d5d6c
1
Parent(s):
52f59b9
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -29,7 +29,6 @@ imageio-ffmpeg==0.4.9
|
|
29 |
itsdangerous==2.1.2
|
30 |
Jinja2==3.1.3
|
31 |
joblib==1.3.2
|
32 |
-
keras==3.0.5
|
33 |
lazy_loader==0.3
|
34 |
libclang==16.0.6
|
35 |
librosa==0.10.1
|
@@ -76,8 +75,8 @@ SpeechRecognition==3.10.3
|
|
76 |
sympy==1.12
|
77 |
tensorboard==2.16.2
|
78 |
tensorboard-data-server==0.7.2
|
79 |
-
tensorflow
|
80 |
-
tensorflow-intel
|
81 |
termcolor==2.4.0
|
82 |
threadpoolctl==3.3.0
|
83 |
timm==0.9.16
|
@@ -85,6 +84,7 @@ tokenizers==0.15.2
|
|
85 |
torch==2.2.1
|
86 |
torchvision==0.17.1
|
87 |
tqdm==4.66.2
|
|
|
88 |
transformers==4.38.2
|
89 |
typing_extensions==4.10.0
|
90 |
urllib3==2.2.1
|
|
|
29 |
itsdangerous==2.1.2
|
30 |
Jinja2==3.1.3
|
31 |
joblib==1.3.2
|
|
|
32 |
lazy_loader==0.3
|
33 |
libclang==16.0.6
|
34 |
librosa==0.10.1
|
|
|
75 |
sympy==1.12
|
76 |
tensorboard==2.16.2
|
77 |
tensorboard-data-server==0.7.2
|
78 |
+
tensorflow
|
79 |
+
tensorflow-intel
|
80 |
termcolor==2.4.0
|
81 |
threadpoolctl==3.3.0
|
82 |
timm==0.9.16
|
|
|
84 |
torch==2.2.1
|
85 |
torchvision==0.17.1
|
86 |
tqdm==4.66.2
|
87 |
+
tf-keras
|
88 |
transformers==4.38.2
|
89 |
typing_extensions==4.10.0
|
90 |
urllib3==2.2.1
|