Spaces:
Runtime error
Runtime error
File size: 390 Bytes
dec70f4 |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# video
*.mp4
*.avi
.ipynb_checkpoints
/__pycache__
*/__pycache__
# log
*.log
*.data
*.txt
*.csv
# hyper
# *.yaml
*.json
# compressed
*.zip
*.tar
*.tar.gz
*.rar
# font
/fonts
*.ttc
*.ttf
*.otf
*.pkl
# model
*.db
*.pt
# ide
.idea/
.vscode/
/flagged
/run
!requirements.txt
!cls_name/*
!model_config/*
!img_examples/*
!video_examples/*
!README.md
# testing
!app.py
test.py
test*.py
|