Spaces:
Runtime error
Runtime error
rogerkoranteng
commited on
Commit
•
c510c65
1
Parent(s):
757f856
Upload folder using huggingface_hub
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
absl-py==2.1.0
|
2 |
aiofiles==23.2.1
|
3 |
annotated-types==0.7.0
|
@@ -84,4 +92,4 @@ urllib3==2.2.2
|
|
84 |
uvicorn==0.30.6
|
85 |
websockets==12.0
|
86 |
Werkzeug==3.0.4
|
87 |
-
wrapt==1.16.0
|
|
|
1 |
+
jupyterlab>3.0
|
2 |
+
keras>=3
|
3 |
+
keras-nlp
|
4 |
+
kaggle
|
5 |
+
jax[cuda12]
|
6 |
+
gradio
|
7 |
+
tensorflow
|
8 |
+
silence-tensorflow
|
9 |
absl-py==2.1.0
|
10 |
aiofiles==23.2.1
|
11 |
annotated-types==0.7.0
|
|
|
92 |
uvicorn==0.30.6
|
93 |
websockets==12.0
|
94 |
Werkzeug==3.0.4
|
95 |
+
wrapt==1.16.0
|