# hitech-extract — numind/NuExtract3 on ZeroGPU. # NOTE: do NOT add `spaces` (platform pins it) or `gradio` (the `sdk: gradio` base # image provides it) — conflicting pins break the build (huggingface-zerogpu skill). # torch is preinstalled in the base image. torchvision is NOT, but NuExtract3's # Qwen3-VL processor (Qwen3VLVideoProcessor) hard-requires it even for image/text # use, so it must be listed. Left unpinned to match the base image's torch; if the # build log shows a torch/torchvision version fight, pin torchvision to the release # that matches the base torch. transformers>=4.57.0 accelerate>=1.0 torchvision pillow opencv-python-headless