Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
•
b885715
1
Parent(s):
d4c9ca7
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as demo:
|
|
132 |
edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concept", interactive=True)
|
133 |
|
134 |
# with gr.Row():
|
135 |
-
with gr.Accordion("Advanced Options"):
|
136 |
with gr.Row():
|
137 |
#inversion
|
138 |
steps = gr.Number(value=100, precision=0, label="Num Diffusion Steps", interactive=True)
|
|
|
132 |
edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concept", interactive=True)
|
133 |
|
134 |
# with gr.Row():
|
135 |
+
with gr.Accordion("Advanced Options", open=False):
|
136 |
with gr.Row():
|
137 |
#inversion
|
138 |
steps = gr.Number(value=100, precision=0, label="Num Diffusion Steps", interactive=True)
|