Spaces:
Runtime error
Runtime error
| title: AI Model Runner | |
| description: Multi-purpose AI API for code understanding, dialogue, and reasoning | |
| sdk: docker | |
| sdk_version: latest | |
| hardware: t4 | |
| python_version: 3.9 | |
| build_command: pip install -r requirements.txt | |
| start_command: uvicorn app:app --host 0.0.0.0 --port 8000 | |
| app_port: 8000 | |
| app_host: 0.0.0.0 | |
| environment_variables: | |
| - PORT=8000 | |
| - HOST=0.0.0.0 | |
| tags: | |
| - ai | |
| - api | |
| - fastapi | |
| - ml | |
| - nlp | |
| - code-analysis | |
| - dialogue | |
| - reasoning | |
| - transformers | |
| - huggingface |