Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,15 @@
|
|
| 1 |
gradio
|
| 2 |
torch
|
| 3 |
torchvision
|
|
|
|
| 4 |
opencv-python
|
| 5 |
joblib
|
| 6 |
scikit-learn
|
| 7 |
-
|
| 8 |
numpy
|
| 9 |
-
|
| 10 |
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
+
torchaudio
|
| 5 |
opencv-python
|
| 6 |
joblib
|
| 7 |
scikit-learn
|
| 8 |
+
scipy
|
| 9 |
numpy
|
| 10 |
+
pandas
|
| 11 |
matplotlib
|
| 12 |
+
ipywidgets
|
| 13 |
+
thop
|
| 14 |
+
PyYAML
|
| 15 |
+
seaborn
|