hysts
hysts
@abidlabs Looks like the warning is still there in [this Space](https://huggingface.co/spaces/gradio/loginbutton_component ), though the gradio version is `5.1.0`. 
Hi @LouieStark Feel free to apply for a community grant ([docs](https://huggingface.co/docs/hub/en/spaces-gpus#community-gpu-grants)). We can assign ZeroGPU to your Space as a grant.
@LouieStark Awesome! I just assigned ZeroGPU to the Space.
Hi @maochaojie Cool! I just assigned ZeroGPU!
(Looks like I accidentally pasted the old code with a bug in the `run` function. I fixed the code above so it can run when `cache_examples=False`. There's nothing to change...
@abidlabs It seems that this issue still persists in `gradio==5.12.0`.
@abidlabs I just checked, and looks like this is still an issue in `gradio==5.1.0`. ```py import gradio as gr import numpy as np def fn(layers): return layers["composite"] canvas = {...
Thanks for revisiting this! But when I clone the sample Space and run it with `gradio==5.29.0`, I'm still getting this. https://github.com/user-attachments/assets/8a1a0dd8-fcb8-4256-9a24-2282d5257117
Hi @mattersoflight , unfortunately, ZeroGPU currently supports only Python 3.10, and there's no workaround to use Python 3.11 and above.
Hi @ziw-liu , I was wondering about it too, so I asked the infra team internally. I’ll let you know when they reply. cc @cbensimon