Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0
|
| 2 |
+
torchvision>=0.15
|
| 3 |
+
tqdm
|
| 4 |
+
scikit-learn
|
| 5 |
+
matplotlib
|
| 6 |
+
seaborn
|
| 7 |
+
gradio>=4.0
|
| 8 |
+
huggingface_hub
|