Spaces:
Running
on
T4
Apply for community grant: Personal project (gpu)
I want this project to be popularized in all groups of people in the world who want to watch truly high-quality anime videos and restore their old photos with appealing effects. Thanks!
Hi @HikariDawn , we have assigned a gpu to this space. Note that GPU Grants are provided temporarily and might be removed after some time if the usage is very low.
To learn more about GPUs in Spaces, please check out https://huggingface.co/docs/hub/spaces-gpus
Also, it seems that your Space accepts images with any size, but it would lead to OOM when a user passed a huge image. So, it would be nice if you could limit the input image size.
Thank you so much for your advice! I will consider them all! This advice is very valuable to me!
A few more suggestions:
- It would be nice to cache examples. You can check out the
cache_examples
parameter ofgr.Examples
. https://www.gradio.app/docs/examples - It would be nice to use the
gradio_imageslider
custom component to make it easier to compare the result with the input image, for example, like https://huggingface.co/spaces/LiheYoung/Depth-Anything . https://huggingface.co/spaces/pngwn/gradio_imageslider
Sure! I also agree that comparing the results in the same interface will be great for user-side suggestions.