Spaces:
Build error
Build error
| import pip | |
| def install(package): | |
| if hasattr(pip, 'main'): | |
| pip.main(['install', package]) | |
| else: | |
| pip._internal.main(['install', package]) | |
| install('git+https://github.com/huggingface/transformers.git') | |
| install('datasets sentencepiece') | |