Spaces:
Runtime error
Runtime error
File size: 284 Bytes
0469d65 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
include README.md
include requirements.txt
include LICENSE
include *.py
include *.pt
include *.html
recursive-include templates *
recursive-include static *
recursive-include models *.pt
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store
global-exclude .git* |