Spaces:
Runtime error
Runtime error
Commit
β’
5cb5f1e
1
Parent(s):
4d84ce3
Update app.py
Browse files
app.py
CHANGED
@@ -273,8 +273,8 @@ with gr.Blocks() as demo:
|
|
273 |
value=75,
|
274 |
step=5
|
275 |
)
|
276 |
-
|
277 |
-
|
278 |
with gr.Column():
|
279 |
with gr.Row():
|
280 |
with gr.Column():
|
|
|
273 |
value=75,
|
274 |
step=5
|
275 |
)
|
276 |
+
with gr.Row():
|
277 |
+
step1_submit = gr.Button("Generate", elem_id="generate", variant="primary")
|
278 |
with gr.Column():
|
279 |
with gr.Row():
|
280 |
with gr.Column():
|