Sergidev commited on
Commit
813b999
·
verified ·
1 Parent(s): 91a6564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 ✨7000 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,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 TEMPORARILY DISABLED"
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