Spaces:
Running
on
Zero
Running
on
Zero
remove html
Browse files
app.py
CHANGED
|
@@ -243,19 +243,7 @@ else:
|
|
| 243 |
pipe = None
|
| 244 |
|
| 245 |
with gr.Blocks(css="style.css") as demo:
|
| 246 |
-
|
| 247 |
-
<header id="site-header">
|
| 248 |
-
<nav>
|
| 249 |
-
<a href="https://sergidev.me">
|
| 250 |
-
<img
|
| 251 |
-
src="https://myamber.cloud/life/v1/file?query=%7B%22token%22%3A%227f2b2ba3ef1651d299c9d5a683e8b68c%22%2C%22root%22%3A%22cloud%22%2C%22path%22%3A%22%2Fshared-to%2Ff8b4f187-ec556f6f%22%7D"
|
| 252 |
-
alt="Logo"
|
| 253 |
-
/>
|
| 254 |
-
</a>
|
| 255 |
-
<h1>HDiffusion</h1>
|
| 256 |
-
</nav>
|
| 257 |
-
</header>
|
| 258 |
-
""")
|
| 259 |
|
| 260 |
gr.Markdown(
|
| 261 |
f"""Gradio demo for [Pony Diffusion V6](https://civitai.com/models/257749/pony-diffusion-v6-xl/) with image gallery, json support, and advanced options.""",
|
|
|
|
| 243 |
pipe = None
|
| 244 |
|
| 245 |
with gr.Blocks(css="style.css") as demo:
|
| 246 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 247 |
|
| 248 |
gr.Markdown(
|
| 249 |
f"""Gradio demo for [Pony Diffusion V6](https://civitai.com/models/257749/pony-diffusion-v6-xl/) with image gallery, json support, and advanced options.""",
|