uzzam24 commited on
Commit
762520e
·
1 Parent(s): 7658c25

Add spaces.yml to force sentencepiece install

Browse files
Files changed (1) hide show
  1. .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