Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pyyaml
|
| 2 |
+
chardet
|
| 3 |
+
ebooklib
|
| 4 |
+
beautifulsoup4
|
| 5 |
+
lxml
|
| 6 |
+
watchdog
|
| 7 |
+
requests
|
| 8 |
+
gradio
|
| 9 |
+
huggingface_hub
|
| 10 |
+
datasets
|