Spaces:
Sleeping
Sleeping
emiL commited on
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
pandas
|
| 3 |
+
numpy
|
| 4 |
+
requests
|
| 5 |
+
Pillow
|
| 6 |
+
git+https://github.com/huggingface/transformers
|
| 7 |
+
sentencepiece
|
| 8 |
+
accelerate
|
| 9 |
+
torch
|
| 10 |
+
tokenizers
|