Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -946,7 +946,7 @@ with gr.Blocks() as block:
|
|
946 |
stop = gr.Button("Stop Run")
|
947 |
|
948 |
with gr.Tab("Brandfolder AI Trigger"):
|
949 |
-
with gr.Column(visible=
|
950 |
gr.Markdown('''
|
951 |
# Run AI in Brandfolder
|
952 |
This button runs the AI algorithm using all the images stored in the Pre-Processed Images section in Brandfolder.
|
|
|
946 |
stop = gr.Button("Stop Run")
|
947 |
|
948 |
with gr.Tab("Brandfolder AI Trigger"):
|
949 |
+
with gr.Column(visible=True, elem_id='trigger') as trigger:
|
950 |
gr.Markdown('''
|
951 |
# Run AI in Brandfolder
|
952 |
This button runs the AI algorithm using all the images stored in the Pre-Processed Images section in Brandfolder.
|