wpeebles / gangealing

Official PyTorch Implementation of "GAN-Supervised Dense Visual Alignment" (CVPR 2022 Oral, Best Paper Finalist)
https://www.wpeebles.com/gangealing
BSD 2-Clause "Simplified" License
1.01k stars 119 forks source link

add Gradio Web Demo to cvpr 2022 organization #24

Open AK391 opened 2 years ago

AK391 commented 2 years ago

Hi, would you be interested in adding gangealing to Hugging Face as a Gradio Web Demo for CVPR 2022? The Hub offers free hosting, and it would make your work more accessible and visible to the rest of the ML community. Models/datasets/spaces(web demos) can be added to a user account or organization similar to github.

more info see CVPR organization on Hugging Face: https://huggingface.co/CVPR

here is a example Gradio Demo for the CVPR org: https://huggingface.co/spaces/CVPR/ml-talking-face

and here is a guide for adding web demo to the organization: https://huggingface.co/blog/gradio-spaces

Please let us know if you would be interested and if you have any questions, we can also help with the technical implementation.

wpeebles commented 2 years ago

Hi @AK391, thanks for the suggestion! It would be cool to host a demo on Huggingface. Do you know if it's possible to deploy demos to Spaces with a GPU backend? We use a custom splatting op in our colab demo that currently requires CUDA, although I guess it should be possible to write a CPU-based extension too.

AK391 commented 2 years ago

@wpeebles yes a gpu can be assigned to a spaces based on availability, you can open a discussion like this https://huggingface.co/spaces/CVPR/LIVE/discussions/1 similar to github and tag @osanseviero, thanks!