Spaces:
Runtime error
Runtime error
AbelGAlem
feat(server): implement FastAPI application with model loading(HF HUB), CORS support, prediction endpoint and Docker
a65c9ed | # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| # Development | |
| .env | |
| .env.* | |
| .git/ | |
| .gitignore | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| # Test files | |
| tests/ | |
| test_* | |
| *_test.py | |
| # Coverage | |
| .coverage | |
| htmlcov/ | |
| # Documentation | |
| README.md | |
| *.md | |