This error typically means that ZeroGPU isn’t initialized properly within Gradio. Ensure the environment variables for device selection (CUDA_VISIBLE_DEVICES=0) and backend framework are correctly set. If running on a cloud instance, check if WebGPU support is available. Restarting the kernel or reloading dependencies (pip install --upgrade gradio) might resolve the issue.
1 Like