n42 commited on
Commit
96cb6bb
·
1 Parent(s): 3b2835d

color buttons

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,8 +241,8 @@ with gr.Blocks(analytics_enabled=False) as demo:
241
 
242
  gr.Markdown("### Output")
243
  with gr.Row():
244
- btn_start_pipeline = gr.Button(value="Run")
245
- btn_stop_pipeline = gr.Button(value="Stop")
246
  with gr.Row():
247
  # out_result = gr.Textbox(label="Status", value="")
248
  out_image = gr.Image()
 
241
 
242
  gr.Markdown("### Output")
243
  with gr.Row():
244
+ btn_start_pipeline = gr.Button(value="Run", variant="primary")
245
+ btn_stop_pipeline = gr.Button(value="Stop", variant="stop")
246
  with gr.Row():
247
  # out_result = gr.Textbox(label="Status", value="")
248
  out_image = gr.Image()