Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
303 |
container=False,
|
304 |
)
|
305 |
run_button_60 = gr.Button("Run_60", scale=0)
|
306 |
-
|
307 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
308 |
|
309 |
with gr.Row():
|
|
|
303 |
container=False,
|
304 |
)
|
305 |
run_button_60 = gr.Button("Run_60", scale=0)
|
306 |
+
run_button_90 = gr.Button("Run_90", scale=0)
|
307 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
308 |
|
309 |
with gr.Row():
|