Spaces:
Runtime error
Runtime error
File size: 144 Bytes
487fffe |
1 2 3 4 5 6 7 8 9 10 11 |
# Ignore Python bytecode files
*.pyc
*.pyo
__pycache__/
# Ignore virtual environment directory
venv/
/3D_stage/outputs/
input_3D.png
input.png |