Commit ·
3e2ed1e
1
Parent(s): 03c1ccf
new update fix
Browse files
README.md
CHANGED
|
@@ -10,6 +10,14 @@ app_file: app.py
|
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
| 12 |
short_description: Mincraftify converts all images into mc-style LIVE!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
# Minecraftify!
|
| 15 |
|
|
|
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
| 12 |
short_description: Mincraftify converts all images into mc-style LIVE!
|
| 13 |
+
tags:
|
| 14 |
+
- track:wood
|
| 15 |
+
- sponsor:openai
|
| 16 |
+
- sponsor:modal
|
| 17 |
+
- achievement:offgrid
|
| 18 |
+
- achievement:welltuned
|
| 19 |
+
- achievement:offbrand
|
| 20 |
+
- achievement:fieldnotes
|
| 21 |
---
|
| 22 |
# Minecraftify!
|
| 23 |
|
app.py
CHANGED
|
@@ -1011,7 +1011,7 @@ with gr.Blocks(**BLOCKS_KWARGS) as demo:
|
|
| 1011 |
)
|
| 1012 |
|
| 1013 |
steps = gr.Slider(
|
| 1014 |
-
minimum=1, maximum=
|
| 1015 |
label="⚡ Inference Steps",
|
| 1016 |
info="Higher = better quality, slower generation",
|
| 1017 |
)
|
|
|
|
| 1011 |
)
|
| 1012 |
|
| 1013 |
steps = gr.Slider(
|
| 1014 |
+
minimum=1, maximum=30, value=2, step=1,
|
| 1015 |
label="⚡ Inference Steps",
|
| 1016 |
info="Higher = better quality, slower generation",
|
| 1017 |
)
|