Update apps/gradio_app/project_info.py
Browse files- apps/gradio_app/project_info.py +37 -37
apps/gradio_app/project_info.py
CHANGED
|
@@ -1,37 +1,37 @@
|
|
| 1 |
-
NAME = """
|
| 2 |
-
# ControlNet Image Generator 🖌️
|
| 3 |
-
""".strip()
|
| 4 |
-
|
| 5 |
-
CONTENT_DESCRIPTION = """
|
| 6 |
-
<h3>ControlNet ⚡️ boosts Stable Diffusion with sharp, innovative image generation control 🖌️</h3>
|
| 7 |
-
""".strip()
|
| 8 |
-
|
| 9 |
-
# CONTENT_IN_1 = """
|
| 10 |
-
# Transforms low-res anime images into sharp, vibrant HD visuals, enhancing textures and details for artwork and games.
|
| 11 |
-
# """.strip()
|
| 12 |
-
|
| 13 |
-
CONTENT_IN_1 = """
|
| 14 |
-
<p class="source">
|
| 15 |
-
For more information, you can check out my GitHub repository and HuggingFace Model Hub:<br>
|
| 16 |
-
Source code:
|
| 17 |
-
<a class="badge" href="https://github.com/danhtran2mind/
|
| 18 |
-
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FControlNet--Image--Generator-blue?style=flat
|
| 19 |
-
</a>,
|
| 20 |
-
Model Hub:
|
| 21 |
-
<a class="badge" href="https://huggingface.co/danhtran2mind/Stable-Diffusion-2.1-Openpose-ControlNet">
|
| 22 |
-
<img src="https://img.shields.io/badge/HuggingFace-danhtran2mind%2FStable--Diffusion--2.1--Openpose--ControlNet-yellow
|
| 23 |
-
</a>.
|
| 24 |
-
</p>
|
| 25 |
-
""".strip()
|
| 26 |
-
|
| 27 |
-
CONTENT_OUT_1 = """
|
| 28 |
-
<div class="quote-container">
|
| 29 |
-
<p>
|
| 30 |
-
This project is built using code from
|
| 31 |
-
<a class="badge" href="https://github.com/huggingface/diffusers">
|
| 32 |
-
<img src="https://img.shields.io/badge/Built%20on-huggingface%2Fdiffusers-blue?style=flat&logo=github" alt="Built on Real-ESRGAN">
|
| 33 |
-
</a>.
|
| 34 |
-
</p>
|
| 35 |
-
</div>
|
| 36 |
-
""".strip()
|
| 37 |
-
|
|
|
|
| 1 |
+
NAME = """
|
| 2 |
+
# ControlNet Image Generator 🖌️
|
| 3 |
+
""".strip()
|
| 4 |
+
|
| 5 |
+
CONTENT_DESCRIPTION = """
|
| 6 |
+
<h3>ControlNet ⚡️ boosts Stable Diffusion with sharp, innovative image generation control 🖌️</h3>
|
| 7 |
+
""".strip()
|
| 8 |
+
|
| 9 |
+
# CONTENT_IN_1 = """
|
| 10 |
+
# Transforms low-res anime images into sharp, vibrant HD visuals, enhancing textures and details for artwork and games.
|
| 11 |
+
# """.strip()
|
| 12 |
+
|
| 13 |
+
CONTENT_IN_1 = """
|
| 14 |
+
<p class="source">
|
| 15 |
+
For more information, you can check out my GitHub repository and HuggingFace Model Hub:<br>
|
| 16 |
+
Source code:
|
| 17 |
+
<a class="badge" href="https://github.com/danhtran2mind/ControlNet-Image-Generator">
|
| 18 |
+
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FControlNet--Image--Generator-blue?style=flat&logo=github" alt="GitHub Repo">
|
| 19 |
+
</a>,
|
| 20 |
+
Model Hub:
|
| 21 |
+
<a class="badge" href="https://huggingface.co/danhtran2mind/Stable-Diffusion-2.1-Openpose-ControlNet">
|
| 22 |
+
<img src="https://img.shields.io/badge/HuggingFace-danhtran2mind%2FStable--Diffusion--2.1--Openpose--ControlNet-yellow&style=flat?logo=huggingface" alt="HuggingFace Model">
|
| 23 |
+
</a>.
|
| 24 |
+
</p>
|
| 25 |
+
""".strip()
|
| 26 |
+
|
| 27 |
+
CONTENT_OUT_1 = """
|
| 28 |
+
<div class="quote-container">
|
| 29 |
+
<p>
|
| 30 |
+
This project is built using code from
|
| 31 |
+
<a class="badge" href="https://github.com/huggingface/diffusers">
|
| 32 |
+
<img src="https://img.shields.io/badge/Built%20on-huggingface%2Fdiffusers-blue?style=flat&logo=github" alt="Built on Real-ESRGAN">
|
| 33 |
+
</a>.
|
| 34 |
+
</p>
|
| 35 |
+
</div>
|
| 36 |
+
""".strip()
|
| 37 |
+
|