andy-wyx commited on
Commit
68b4410
·
1 Parent(s): eac89a0

update button style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,7 +308,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
308
  with gr.Column(scale=2):
309
  instruction_text = gr.Textbox(label="Instructions", value="Upload/Choose an image and click 'Process Image'.")
310
  input_image = gr.Image(label="Input",width="100%",container=True)
311
- process_button = gr.Button("Process Image")
312
  with gr.Column(scale=1):
313
  examples_fossils,examples_leaves = setup_examples()
314
 
 
308
  with gr.Column(scale=2):
309
  instruction_text = gr.Textbox(label="Instructions", value="Upload/Choose an image and click 'Process Image'.")
310
  input_image = gr.Image(label="Input",width="100%",container=True)
311
+ process_button = gr.Button("Process Image",icon = "https://www.svgrepo.com/show/13672/play-button.svg")
312
  with gr.Column(scale=1):
313
  examples_fossils,examples_leaves = setup_examples()
314