Spaces:
Sleeping
Sleeping
Rowan Martnishn
commited on
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
praw
|
3 |
+
joblib
|
4 |
+
scipy
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
pandas
|
8 |
+
matplotlib
|
9 |
+
schedule
|
10 |
+
requests
|
11 |
+
xgboost
|
12 |
+
scikit-learn
|