Spaces:
Sleeping
Sleeping
Update frontend/webui/ui.py
Browse files- frontend/webui/ui.py +3 -3
frontend/webui/ui.py
CHANGED
|
@@ -14,8 +14,8 @@ app_settings = get_settings()
|
|
| 14 |
def _get_footer_message() -> str:
|
| 15 |
version = f"<center><p> {APP_VERSION} "
|
| 16 |
footer_msg = version + (
|
| 17 |
-
' ©
|
| 18 |
-
"
|
| 19 |
)
|
| 20 |
return footer_msg
|
| 21 |
|
|
@@ -34,7 +34,7 @@ def get_web_ui() -> gr.Blocks:
|
|
| 34 |
css=FastStableDiffusionPaths.get_css_path(),
|
| 35 |
title="FastSD CPU",
|
| 36 |
) as fastsd_web_ui:
|
| 37 |
-
gr.HTML("<center><H1>
|
| 38 |
current_mode = "LCM"
|
| 39 |
if app_settings.settings.lcm_diffusion_setting.use_openvino:
|
| 40 |
current_mode = "LCM-OpenVINO"
|
|
|
|
| 14 |
def _get_footer_message() -> str:
|
| 15 |
version = f"<center><p> {APP_VERSION} "
|
| 16 |
footer_msg = version + (
|
| 17 |
+
' © 2025 <a href="https://github.com/rupeshs">'
|
| 18 |
+
" Manoharan</a></p></center>"
|
| 19 |
)
|
| 20 |
return footer_msg
|
| 21 |
|
|
|
|
| 34 |
css=FastStableDiffusionPaths.get_css_path(),
|
| 35 |
title="FastSD CPU",
|
| 36 |
) as fastsd_web_ui:
|
| 37 |
+
gr.HTML("<center><H1>Stunning AI Image Generator</H1></center>")
|
| 38 |
current_mode = "LCM"
|
| 39 |
if app_settings.settings.lcm_diffusion_setting.use_openvino:
|
| 40 |
current_mode = "LCM-OpenVINO"
|