Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.10.1
|
2 |
+
pandas
|
3 |
+
huggingface_hub
|
4 |
+
scikit-learn==1.5.1
|
5 |
+
joblib
|
6 |
+
httpx==0.23.0
|
7 |
+
httpcore==0.15.0
|
8 |
+
openpyxl
|