Spaces:
Running
on
Zero
Running
on
Zero
panelforge
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ with gr.Blocks(css=css) as demo:
|
|
79 |
container=False,
|
80 |
)
|
81 |
|
82 |
-
|
83 |
-
|
84 |
|
85 |
with gr.Accordion("Advanced Settings", open=False):
|
86 |
with gr.Row():
|
|
|
79 |
container=False,
|
80 |
)
|
81 |
|
82 |
+
|
83 |
+
run_button = gr.Button("Run", variant="primary")
|
84 |
|
85 |
with gr.Accordion("Advanced Settings", open=False):
|
86 |
with gr.Row():
|