Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ DESCRIPTION = '''
|
|
| 38 |
<div>
|
| 39 |
<h1 style="text-align: center;">High Definition Pony Diffusion</h1>
|
| 40 |
<p>Gradio demo for PonyDiffusion v6 with image gallery, json prompt support, advanced options and more.</p>
|
| 41 |
-
<p>❤️ Thanks for ✨
|
| 42 |
<p>🔎 For more details about me, take a look at <a href="https://sergidev.me">My website</a>.</p>
|
| 43 |
<p>🌚 For dark mode compatibility, click <a href="https://sergidev.me/hdiffusion">here</a>.</p>
|
| 44 |
</div>
|
|
@@ -397,7 +397,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 397 |
history_password = gr.Textbox(
|
| 398 |
label="Enable generation history; do not generate illegal or harmful content.",
|
| 399 |
type="password",
|
| 400 |
-
placeholder="GLOBAL GENERATION HISTORY IS
|
| 401 |
)
|
| 402 |
history_submit = gr.Button("Submit")
|
| 403 |
|
|
|
|
| 38 |
<div>
|
| 39 |
<h1 style="text-align: center;">High Definition Pony Diffusion</h1>
|
| 40 |
<p>Gradio demo for PonyDiffusion v6 with image gallery, json prompt support, advanced options and more.</p>
|
| 41 |
+
<p>❤️ Thanks for ✨8000 visits! Heart this space if you like it!</p>
|
| 42 |
<p>🔎 For more details about me, take a look at <a href="https://sergidev.me">My website</a>.</p>
|
| 43 |
<p>🌚 For dark mode compatibility, click <a href="https://sergidev.me/hdiffusion">here</a>.</p>
|
| 44 |
</div>
|
|
|
|
| 397 |
history_password = gr.Textbox(
|
| 398 |
label="Enable generation history; do not generate illegal or harmful content.",
|
| 399 |
type="password",
|
| 400 |
+
placeholder="GLOBAL GENERATION HISTORY IS DISABLED"
|
| 401 |
)
|
| 402 |
history_submit = gr.Button("Submit")
|
| 403 |
|