CryptoCreeper commited on
Commit
bdebad1
·
verified ·
1 Parent(s): 82e78bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def generate(prompt, negative, resolution, steps):
122
  # UI
123
  # ===============================
124
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
125
- gr.Markdown("# 👾 Creeper AI Image Generator")
126
  gr.Markdown(
127
  "1️⃣ The higher the resolution & steps, the longer the image takes.\n\n"
128
  "2️⃣ The more detailed the prompt and negative prompt, the better the result."
 
122
  # UI
123
  # ===============================
124
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
125
+ gr.Markdown("# 👾 Creeper AI Image - CPU")
126
  gr.Markdown(
127
  "1️⃣ The higher the resolution & steps, the longer the image takes.\n\n"
128
  "2️⃣ The more detailed the prompt and negative prompt, the better the result."