Spaces:
Running
on
L40S
Running
on
L40S
File size: 395 Bytes
d69879c 6989c25 d69879c |
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 |
# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
**/*.py[cod]
*$py.class
miniserver.py
# Model weights
**/*.pth
**/*.onnx
# Ipython notebook
*.ipynb
# Temporary files or benchmark resources
animations/*
tmp/*
# more ignores
.DS_Store
*.log
.idea/
.vscode/
*.pyc
.ipynb_checkpoints
results/
data/audio/*.wav
data/video/*.mp4
ffmpeg-7.0-amd64-static
venv/
.cog/
|