Spaces:
Running on Zero
Running on Zero
File size: 334 Bytes
a5b1307 4a77736 a5b1307 4a77736 a5b1307 4a77736 a5b1307 4a77736 | 1 2 3 4 5 6 7 8 9 10 11 | #!/usr/bin/env python3
"""DanbooruTagQuery Hugging Face Space.
All logic lives in the shared `danbooru_deploy` package (pip-installed from
realphongha/DanbooruTagQuery `deploy/`). This file only imports and runs its
single entry point, forced to CPU (the Space has no GPU).
"""
from danbooru_deploy import main
main(use_cuda=False) |