Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesReplace markdown function with HTML
app.py
CHANGED
@@ -168,7 +168,7 @@ MODE_DEFAULTS: dict[str, Mode] = {
|
|
168 |
|
169 |
|
170 |
header = """
|
171 |
-
|
172 |
<div align="center" style="line-height: 1;">
|
173 |
<a href="https://github.com/FotographerAI/ZenCtrl/tree/main" target="_blank" style="margin: 2px;" name="github_repo_link"><img src="https://img.shields.io/badge/GitHub-Repo-181717.svg" alt="GitHub Repo" style="display: inline-block; vertical-align: middle;"></a>
|
174 |
<a href="https://huggingface.co/spaces/fotographerai/ZenCtrl" target="_blank" name="huggingface_space_link"><img src="https://img.shields.io/badge/π€_HuggingFace-Space-ffbd45.svg" alt="HuggingFace Space" style="display: inline-block; vertical-align: middle;"></a>
|
@@ -182,7 +182,7 @@ defaults = MODE_DEFAULTS["Subject Generation"]
|
|
182 |
|
183 |
|
184 |
with gr.Blocks(title="π ZenCtrl") as demo:
|
185 |
-
gr.
|
186 |
gr.Markdown(
|
187 |
"""
|
188 |
# ZenCtrl Demo
|
|
|
168 |
|
169 |
|
170 |
header = """
|
171 |
+
<h1>π ZenCtrl / FLUX</h1>
|
172 |
<div align="center" style="line-height: 1;">
|
173 |
<a href="https://github.com/FotographerAI/ZenCtrl/tree/main" target="_blank" style="margin: 2px;" name="github_repo_link"><img src="https://img.shields.io/badge/GitHub-Repo-181717.svg" alt="GitHub Repo" style="display: inline-block; vertical-align: middle;"></a>
|
174 |
<a href="https://huggingface.co/spaces/fotographerai/ZenCtrl" target="_blank" name="huggingface_space_link"><img src="https://img.shields.io/badge/π€_HuggingFace-Space-ffbd45.svg" alt="HuggingFace Space" style="display: inline-block; vertical-align: middle;"></a>
|
|
|
182 |
|
183 |
|
184 |
with gr.Blocks(title="π ZenCtrl") as demo:
|
185 |
+
gr.HTML(header)
|
186 |
gr.Markdown(
|
187 |
"""
|
188 |
# ZenCtrl Demo
|