# CPU variant These two files are the CPU-only version of the Space. They are NOT active. The files in the parent folder are the ZeroGPU version, which is what free Hugging Face accounts can currently deploy. Use these instead if you have a PRO plan (which re-enables CPU Basic), or if you want to run the app on your own machine or VPS: cp cpu-variant/app.py app.py cp cpu-variant/requirements.txt requirements.txt Then remove `spaces` from requirements if it is still listed, and in README.md nothing needs to change. To run locally: pip install -r requirements.txt python app.py If you delete this folder before pushing, nothing breaks.