Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
requests
|
| 3 |
+
jupyterlab
|
| 4 |
+
huggingface_hub
|
| 5 |
+
pandas
|
| 6 |
+
rich
|
| 7 |
+
scipy
|
| 8 |
+
yt-dlp
|
| 9 |
+
matplotlib
|
| 10 |
+
requests_toolbelt
|