Spaces:
Running on Zero
Running on Zero
| # Dependencies for the Hugging Face Space (ZeroGPU, transformers backend). | |
| # On a Space, TEMPER_BACKEND defaults to "transformers" automatically (SPACE_ID | |
| # is set), so no env var is required. The Space also needs an HF_TOKEN secret | |
| # with access to the gated google/gemma-4-E4B-it repo. | |
| spaces | |
| gradio>=6 | |
| pillow | |
| transformers>=4.57 | |
| accelerate | |
| torch>=2.8 # ZeroGPU requires torch >= 2.8 | |
| torchvision # Gemma 4 image processor imports torchvision | |
| huggingface_hub | |
| requests # only used by the local Ollama backend; harmless on Spaces | |