Spaces:
Running
on
Zero
Running
on
Zero
Yjiggfghhjnjj
commited on
Commit
•
94ec08a
1
Parent(s):
ca57e34
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
|
|
133 |
visible=True,
|
134 |
)
|
135 |
with gr.Row():
|
136 |
-
|
137 |
label="steps",
|
138 |
minimum=8,
|
139 |
maximum=35,
|
|
|
133 |
visible=True,
|
134 |
)
|
135 |
with gr.Row():
|
136 |
+
num_inference_steps = gr.Slider(
|
137 |
label="steps",
|
138 |
minimum=8,
|
139 |
maximum=35,
|