Update apps/gradio_app/project_info.py
Browse files- apps/gradio_app/project_info.py +69 -69
apps/gradio_app/project_info.py
CHANGED
@@ -1,70 +1,70 @@
|
|
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()
|
8 |
-
|
9 |
-
CONTENT_IN_2 = """
|
10 |
-
<p class="source">
|
11 |
-
For more information, you can check out my GitHub repo:<br>
|
12 |
-
Source code:
|
13 |
-
<a class="badge" href="https://github.com/danhtran2mind/Anime-Super-Resolution">
|
14 |
-
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FAnime--Super--Resolution-blue?style=flat
|
15 |
-
</a>,
|
16 |
-
Model Hub:
|
17 |
-
<a class="badge" href="https://huggingface.co/danhtran2mind/Real-ESRGAN-Anime-finetuning">
|
18 |
-
<img src="https://img.shields.io/badge/HuggingFace-danhtran2mind%2FReal--ESRGAN--Anime--finetuning-yellow?style=flat
|
19 |
-
</a>.
|
20 |
-
</p>
|
21 |
-
""".strip()
|
22 |
-
|
23 |
-
CONTENT_OUT_1 = """
|
24 |
-
This project leverages code from:
|
25 |
-
<div class="quote-container">
|
26 |
-
<p>
|
27 |
-
The Original Real-ESRGAN
|
28 |
-
<a class="badge" href="https://github.com/xinntao/Real-ESRGAN">
|
29 |
-
<img src="https://img.shields.io/badge/Built%20on-xinntao%2FReal--ESRGAN-blue?style=flat&logo=github" alt="Built on Real-ESRGAN">
|
30 |
-
</a>
|
31 |
-
by
|
32 |
-
<a class="badge" href="https://github.com/xinntao">
|
33 |
-
<img src="https://img.shields.io/badge/GitHub-xinntao-blue?style=flat&logo=github" alt="xinntao">
|
34 |
-
</a>,
|
35 |
-
with our own bug fixes and enhancements available at
|
36 |
-
<a class="badge" href="https://github.com/danhtran2mind/Real-ESRGAN">
|
37 |
-
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FReal--ESRGAN-blue?style=flat&logo=github" alt="Real-ESRGAN Enhancements">
|
38 |
-
</a>.
|
39 |
-
<br>
|
40 |
-
The Inference code
|
41 |
-
<a class="badge" href="https://github.com/ai-forever/Real-ESRGAN">
|
42 |
-
<img src="https://img.shields.io/badge/Built%20on-ai--forever%2FReal--ESRGAN-blue?style=flat&logo=github" alt="Built on Real-ESRGAN">
|
43 |
-
</a>
|
44 |
-
by
|
45 |
-
<a class="badge" href="https://github.com/ai-forever">
|
46 |
-
<img src="https://img.shields.io/badge/GitHub-ai--forever-blue?style=flat&logo=github" alt="xinntao">
|
47 |
-
</a>,
|
48 |
-
with our own bug fixes and enhancements available at
|
49 |
-
<a class="badge" href="https://github.com/danhtran2mind/Real-ESRGAN-inference">
|
50 |
-
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FReal--ESRGAN--inference-blue?style=flat&logo=github" alt="Real-ESRGAN Enhancements">
|
51 |
-
</a>.
|
52 |
-
</p>
|
53 |
-
</div>
|
54 |
-
""".strip()
|
55 |
-
|
56 |
-
CONTENT_OUT_2 = """
|
57 |
-
You can explore more Model Hubs at:
|
58 |
-
<div class="quote-container">
|
59 |
-
<p>
|
60 |
-
HuggingFace Model Hub:
|
61 |
-
<a class="badge" href="https://huggingface.co/ai-forever/Real-ESRGAN">
|
62 |
-
<img src="https://img.shields.io/badge/HuggingFace-ai--forever%2FReal--ESRGAN-yellow?style=flat&logo=
|
63 |
-
</a>,
|
64 |
-
Real-ESRGAN Model releases:
|
65 |
-
<a class="badge" href="https://github.com/xinntao/Real-ESRGAN/releases">
|
66 |
-
<img src="https://img.shields.io/badge/GitHub-Real--ESRGAN%2Freleases-blue?style=flat&logo=github" alt="Real-ESRGAN releases">
|
67 |
-
</a>.
|
68 |
-
</p>
|
69 |
-
</div>
|
70 |
""".strip()
|
|
|
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()
|
8 |
+
|
9 |
+
CONTENT_IN_2 = """
|
10 |
+
<p class="source">
|
11 |
+
For more information, you can check out my GitHub repo:<br>
|
12 |
+
Source code:
|
13 |
+
<a class="badge" href="https://github.com/danhtran2mind/Anime-Super-Resolution">
|
14 |
+
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FAnime--Super--Resolution-blue?style=flat&logo=github" alt="GitHub Repo">
|
15 |
+
</a>,
|
16 |
+
Model Hub:
|
17 |
+
<a class="badge" href="https://huggingface.co/danhtran2mind/Real-ESRGAN-Anime-finetuning">
|
18 |
+
<img src="https://img.shields.io/badge/HuggingFace-danhtran2mind%2FReal--ESRGAN--Anime--finetuning-yellow?style=flat&logo=huggingface" alt="HuggingFace Model">
|
19 |
+
</a>.
|
20 |
+
</p>
|
21 |
+
""".strip()
|
22 |
+
|
23 |
+
CONTENT_OUT_1 = """
|
24 |
+
This project leverages code from:
|
25 |
+
<div class="quote-container">
|
26 |
+
<p>
|
27 |
+
The Original Real-ESRGAN
|
28 |
+
<a class="badge" href="https://github.com/xinntao/Real-ESRGAN">
|
29 |
+
<img src="https://img.shields.io/badge/Built%20on-xinntao%2FReal--ESRGAN-blue?style=flat&logo=github" alt="Built on Real-ESRGAN">
|
30 |
+
</a>
|
31 |
+
by
|
32 |
+
<a class="badge" href="https://github.com/xinntao">
|
33 |
+
<img src="https://img.shields.io/badge/GitHub-xinntao-blue?style=flat&logo=github" alt="xinntao">
|
34 |
+
</a>,
|
35 |
+
with our own bug fixes and enhancements available at
|
36 |
+
<a class="badge" href="https://github.com/danhtran2mind/Real-ESRGAN">
|
37 |
+
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FReal--ESRGAN-blue?style=flat&logo=github" alt="Real-ESRGAN Enhancements">
|
38 |
+
</a>.
|
39 |
+
<br>
|
40 |
+
The Inference code
|
41 |
+
<a class="badge" href="https://github.com/ai-forever/Real-ESRGAN">
|
42 |
+
<img src="https://img.shields.io/badge/Built%20on-ai--forever%2FReal--ESRGAN-blue?style=flat&logo=github" alt="Built on Real-ESRGAN">
|
43 |
+
</a>
|
44 |
+
by
|
45 |
+
<a class="badge" href="https://github.com/ai-forever">
|
46 |
+
<img src="https://img.shields.io/badge/GitHub-ai--forever-blue?style=flat&logo=github" alt="xinntao">
|
47 |
+
</a>,
|
48 |
+
with our own bug fixes and enhancements available at
|
49 |
+
<a class="badge" href="https://github.com/danhtran2mind/Real-ESRGAN-inference">
|
50 |
+
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FReal--ESRGAN--inference-blue?style=flat&logo=github" alt="Real-ESRGAN Enhancements">
|
51 |
+
</a>.
|
52 |
+
</p>
|
53 |
+
</div>
|
54 |
+
""".strip()
|
55 |
+
|
56 |
+
CONTENT_OUT_2 = """
|
57 |
+
You can explore more Model Hubs at:
|
58 |
+
<div class="quote-container">
|
59 |
+
<p>
|
60 |
+
HuggingFace Model Hub:
|
61 |
+
<a class="badge" href="https://huggingface.co/ai-forever/Real-ESRGAN">
|
62 |
+
<img src="https://img.shields.io/badge/HuggingFace-ai--forever%2FReal--ESRGAN-yellow?style=flat&logo=huggingface" alt="ai-forever Real-ESRGAN Model">
|
63 |
+
</a>,
|
64 |
+
Real-ESRGAN Model releases:
|
65 |
+
<a class="badge" href="https://github.com/xinntao/Real-ESRGAN/releases">
|
66 |
+
<img src="https://img.shields.io/badge/GitHub-Real--ESRGAN%2Freleases-blue?style=flat&logo=github" alt="Real-ESRGAN releases">
|
67 |
+
</a>.
|
68 |
+
</p>
|
69 |
+
</div>
|
70 |
""".strip()
|