Spaces:
Runtime error
Runtime error
File size: 436 Bytes
9c32722 240148f 8753097 36ed17a 0ca9ca4 0f27535 aeaa968 3e4ba8b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
aws/
*.zip
*.tar.gz
*.tar.bz2
.env
*.pyc
*.cpython-*.*
src/__pycache__/
src/*.egg-info/
src/dist/
src/build/
src/.eggs/
src/.pytest_cache/
src/.mypy_cache/
src/.tox/
src/.coverage
src/.vscode/
src/.vscode-test/
app/core/__pycache__/
src/__pycache__/test_infra.cpython-310.pyc
app/core/__pycache__/config.cpython-310.pyc
data/
!configs/data/
checkpoints/
logs/
/data
artifacts/
artifacts/*
*png
*jpg
*jpeg
artifacts/image_prediction.png
|