Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(head_paths="head.html") as demo:
|
|
59 |
batch_file = gr.File(label="Upload a ZIP file containing images",
|
60 |
file_types=['.zip'])
|
61 |
run_button2 = gr.Button('Run')
|
62 |
-
run_button_api = gr.Button(value
|
63 |
with gr.Column(scale=2):
|
64 |
result_text2 = gr.Textbox(lines=20,
|
65 |
max_lines=20,
|
|
|
59 |
batch_file = gr.File(label="Upload a ZIP file containing images",
|
60 |
file_types=['.zip'])
|
61 |
run_button2 = gr.Button('Run')
|
62 |
+
run_button_api = gr.Button(value='Run', visible=False)
|
63 |
with gr.Column(scale=2):
|
64 |
result_text2 = gr.Textbox(lines=20,
|
65 |
max_lines=20,
|