Spaces:
Sleeping
Sleeping
Add spaces.yml to force sentencepiece install
Browse files- .huggingface/spaces.yml +10 -0
.huggingface/spaces.yml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sdk: gradio
|
2 |
+
python_version: 3.10
|
3 |
+
python_dependencies:
|
4 |
+
- gradio
|
5 |
+
- transformers
|
6 |
+
- torch
|
7 |
+
- scikit-learn
|
8 |
+
- pandas
|
9 |
+
- numpy
|
10 |
+
- sentencepiece
|