Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
-
transformers
|
| 5 |
-
tensorflow
|
| 6 |
-
huggingface_hub
|
| 7 |
-
numpy
|
| 8 |
-
pillow
|
| 9 |
-
plotly
|
| 10 |
-
requests
|
|
|
|
| 1 |
+
streamlit==1.32.2
|
| 2 |
+
torch==2.2.1
|
| 3 |
+
torchvision==0.17.1
|
| 4 |
+
transformers==4.38.2
|
| 5 |
+
tensorflow==2.15.0
|
| 6 |
+
huggingface_hub==0.21.4
|
| 7 |
+
numpy==1.26.4
|
| 8 |
+
pillow==10.2.0
|
| 9 |
+
plotly==5.19.0
|
| 10 |
+
requests==2.31.0
|