Update apps/gradio_app/project_info.py
Browse files
apps/gradio_app/project_info.py
CHANGED
@@ -1,7 +1,15 @@
|
|
|
|
|
|
1 |
CONTENT_DESCRIPTION = """
|
2 |
**Anime-Super-Resolution: High-Quality Anime Image Upscaling with Real-ESRGAN**
|
3 |
""".strip()
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
CONTENT_IN_1 = """
|
6 |
Transforms low-res anime images into sharp, vibrant HD visuals, enhancing textures and details for artwork and games.
|
7 |
""".strip()
|
|
|
1 |
+
TITLE = "# Anime Super Resolution 🖼️"
|
2 |
+
|
3 |
CONTENT_DESCRIPTION = """
|
4 |
**Anime-Super-Resolution: High-Quality Anime Image Upscaling with Real-ESRGAN**
|
5 |
""".strip()
|
6 |
|
7 |
+
WARNING_1 = (
|
8 |
+
"**Note:** For optimal output quality, set `Outer Scale` to a value between 1 and 4. "
|
9 |
+
"**Values greater than 4 are not recommended**. "
|
10 |
+
"Please ensure `Outer Scale` is greater than or equal to `Inner Scale` (default: 4)."
|
11 |
+
)
|
12 |
+
|
13 |
CONTENT_IN_1 = """
|
14 |
Transforms low-res anime images into sharp, vibrant HD visuals, enhancing textures and details for artwork and games.
|
15 |
""".strip()
|