Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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."
|