Spaces:
Paused
Paused
Update app.py and README.md: Enhance local launch configuration for Docker support and update documentation to include Docker deployment instructions.
2276588 | # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| .venv | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Git | |
| .git/ | |
| .gitignore | |
| # Documentation | |
| *.md | |
| !README.md | |
| # Logs | |
| *.log | |
| # Model cache (will be downloaded in container) | |
| .cache/ | |
| models/ | |
| # Test files | |
| test/ | |
| tests/ | |
| *.test.py | |