Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.32.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision
|
| 4 |
+
transformers>=4.38.0
|
| 5 |
+
tensorflow>=2.12.0
|
| 6 |
+
huggingface_hub>=0.20.0
|
| 7 |
+
numpy
|
| 8 |
+
pillow
|
| 9 |
+
plotly
|
| 10 |
+
requests
|