Update apps/gradio_app/project_info.py
Browse files
apps/gradio_app/project_info.py
CHANGED
|
@@ -4,7 +4,7 @@ intro_1 = """
|
|
| 4 |
intro_2 = """
|
| 5 |
For CPU inference, execution time is long (e.g., ~1,200s for 512×512 resolution, 50 steps).
|
| 6 |
"""
|
| 7 |
-
|
| 8 |
<div style="text-align: left; font-size: 14px; display: flex; flex-direction: column; gap: 10px;">
|
| 9 |
<div style="display: flex; align-items: center; justify-content: left; gap: 8px;">
|
| 10 |
You can explore this GitHub Source code: <a href="https://github.com/danhtran2mind/Ghibli-Stable-Diffusion-Synthesis">
|
|
@@ -23,7 +23,7 @@ intro_3 = """
|
|
| 23 |
</div>
|
| 24 |
""".strip()
|
| 25 |
|
| 26 |
-
|
| 27 |
<div style="text-align: left; font-size: 14px; display: flex; flex-direction: column; gap: 10px;">
|
| 28 |
<div style="display: flex; align-items: center; justify-content: left; gap: 8px;">
|
| 29 |
The pre-trained models on Hugging Face:
|
|
|
|
| 4 |
intro_2 = """
|
| 5 |
For CPU inference, execution time is long (e.g., ~1,200s for 512×512 resolution, 50 steps).
|
| 6 |
"""
|
| 7 |
+
outro_1 = """
|
| 8 |
<div style="text-align: left; font-size: 14px; display: flex; flex-direction: column; gap: 10px;">
|
| 9 |
<div style="display: flex; align-items: center; justify-content: left; gap: 8px;">
|
| 10 |
You can explore this GitHub Source code: <a href="https://github.com/danhtran2mind/Ghibli-Stable-Diffusion-Synthesis">
|
|
|
|
| 23 |
</div>
|
| 24 |
""".strip()
|
| 25 |
|
| 26 |
+
outro_2 = """
|
| 27 |
<div style="text-align: left; font-size: 14px; display: flex; flex-direction: column; gap: 10px;">
|
| 28 |
<div style="display: flex; align-items: center; justify-content: left; gap: 8px;">
|
| 29 |
The pre-trained models on Hugging Face:
|