Spaces:
Runtime error
Runtime error
File size: 183 Bytes
9026f71 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | venv/
__pycache__/
.env
.ipynb_checkpoints/
*.pyc
# Exclude any local model weights if you accidentally put them in the folder
*.bin
*.bin.*
*.pth
*.pt
model/
checkpoint/ |