Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
5be9ee2
1
Parent(s):
f626ed8
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def infer(
|
|
66 |
width=1024,
|
67 |
height=1024,
|
68 |
guidance_scale=7.5,
|
69 |
-
num_inference_steps=
|
70 |
style="Style Zero",
|
71 |
grid_size="1x1",
|
72 |
progress=gr.Progress(track_tqdm=True),
|
@@ -203,7 +203,7 @@ with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
|
|
203 |
minimum=1,
|
204 |
maximum=50,
|
205 |
step=1,
|
206 |
-
value=
|
207 |
)
|
208 |
|
209 |
gr.Examples(examples=examples,
|
|
|
66 |
width=1024,
|
67 |
height=1024,
|
68 |
guidance_scale=7.5,
|
69 |
+
num_inference_steps=4,
|
70 |
style="Style Zero",
|
71 |
grid_size="1x1",
|
72 |
progress=gr.Progress(track_tqdm=True),
|
|
|
203 |
minimum=1,
|
204 |
maximum=50,
|
205 |
step=1,
|
206 |
+
value=4,
|
207 |
)
|
208 |
|
209 |
gr.Examples(examples=examples,
|