CONTENT_DESCRIPTION = """ **Anime-Super-Resolution: High-Quality Anime Image Upscaling with Real-ESRGAN** """.strip() CONTENT_IN_1 = """ Transforms low-res anime images into sharp, vibrant HD visuals, enhancing textures and details for artwork and games. """.strip() CONTENT_IN_2 = """

For more information, you can check out my GitHub repo:
Source code: GitHub Repo , Model Hub: HuggingFace Model .

""".strip() CONTENT_OUT_1 = """ This project leverages code from:

The Original Real-ESRGAN Built on Real-ESRGAN by xinntao , with our own bug fixes and enhancements available at Real-ESRGAN Enhancements .
The Inference code Built on Real-ESRGAN by xinntao , with our own bug fixes and enhancements available at Real-ESRGAN Enhancements .

""".strip() CONTENT_OUT_2 = """ You can explore more Model Hubs at:

HuggingFace Model Hub: ai-forever Real-ESRGAN Model , Real-ESRGAN Model releases: Real-ESRGAN releases .

""".strip()