Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,9 @@ streamlit==1.28.0
|
|
| 2 |
torch==2.2.1
|
| 3 |
torchvision==0.17.1
|
| 4 |
transformers==4.38.2
|
| 5 |
-
tensorflow==2.
|
| 6 |
-
|
|
|
|
| 7 |
numpy==1.26.4
|
| 8 |
pillow==10.2.0
|
| 9 |
plotly==5.19.0
|
|
|
|
| 2 |
torch==2.2.1
|
| 3 |
torchvision==0.17.1
|
| 4 |
transformers==4.38.2
|
| 5 |
+
tensorflow-cpu==2.16.1
|
| 6 |
+
keras==3.3.3
|
| 7 |
+
huggingface_hub==0.23.2
|
| 8 |
numpy==1.26.4
|
| 9 |
pillow==10.2.0
|
| 10 |
plotly==5.19.0
|