Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
Alovestocode
/
router-router-zero
Running on Zero

App Files Files Community
Fetching metadata from the HF Docker repository...
router-router-zero
35.3 kB
  • 1 contributor
History: 66 commits
Alovestocode's picture
Alovestocode
Update: Follow ZeroGPU pattern - load models on CPU, move to GPU inside @spaces.GPU functions
4e24d26 verified 2 months ago
  • .huggingface
    Initial ZeroGPU router backend 2 months ago
  • __pycache__
    Fix ZeroGPU startup error: Move GPU decorator to request handler 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    3.18 kB
    Refactor: Mount Gradio on FastAPI, use gr.mount_gradio_app for proper integration 2 months ago
  • app.py
    9.55 kB
    Update: Follow ZeroGPU pattern - load models on CPU, move to GPU inside @spaces.GPU functions 2 months ago
  • requirements.txt
    158 Bytes
    Add Gradio interface for ZeroGPU detection - fixes 'No @spaces.GPU function detected' warning 2 months ago
  • test_api.py
    3.29 kB
    Refactor: Mount Gradio on FastAPI, use gr.mount_gradio_app for proper integration 2 months ago