File size: 167 Bytes
0436b5c |
1 2 3 4 5 6 7 8 9 10 11 |
# Config file: .huggingface.yml
# Environment settings
environment:
python: 3.8
# Install dependencies
setup:
- pip install translate
- pip install tashaphyne
|
0436b5c |
1 2 3 4 5 6 7 8 9 10 11 |
# Config file: .huggingface.yml
# Environment settings
environment:
python: 3.8
# Install dependencies
setup:
- pip install translate
- pip install tashaphyne
|