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