Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
2ad96dd
1
Parent(s):
fc53105
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),
|
@@ -194,7 +194,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
194 |
minimum=1,
|
195 |
maximum=50,
|
196 |
step=1,
|
197 |
-
value=
|
198 |
)
|
199 |
|
200 |
style_selection = gr.Radio(
|
|
|
66 |
width=1024,
|
67 |
height=1024,
|
68 |
guidance_scale=7.5,
|
69 |
+
num_inference_steps=8,
|
70 |
style="Style Zero",
|
71 |
grid_size="1x1",
|
72 |
progress=gr.Progress(track_tqdm=True),
|
|
|
194 |
minimum=1,
|
195 |
maximum=50,
|
196 |
step=1,
|
197 |
+
value=8,
|
198 |
)
|
199 |
|
200 |
style_selection = gr.Radio(
|