TITLE = "# Anime Super Resolution 🖼️" CONTENT_DESCRIPTION = """ **Anime-Super-Resolution: High-Quality Anime Image Upscaling with Real-ESRGAN** """.strip() WARNING_1 = ( "**Note:** For optimal output quality, set `Outer Scale` to a value between 1 and 4. " "**Values greater than 4 are not recommended**. " "Please ensure `Outer Scale` is greater than or equal to `Inner Scale` (default: 4)." ) 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()