IdaLee commited on
Commit
c2b9aa1
·
1 Parent(s): 30ff05c

Update pictureDeal2.py

Browse files
Files changed (1) hide show
  1. pictureDeal2.py +2 -0
pictureDeal2.py CHANGED
@@ -9,6 +9,8 @@ with gr.Blocks() as interface:
9
  with gr.Row():
10
  with gr.Accordion("1.请选择一张待加工图片"):
11
  img_input = gr.Image(label='图片',interactive=True)
 
 
12
  with gr.Accordion("2.可更换勾边颜色,点加工图片"):
13
  color = gr.ColorPicker(label="勾边颜色")
14
  section_btn = gr.Button("加工图片")
 
9
  with gr.Row():
10
  with gr.Accordion("1.请选择一张待加工图片"):
11
  img_input = gr.Image(label='图片',interactive=True)
12
+
13
+ with gr.Row():
14
  with gr.Accordion("2.可更换勾边颜色,点加工图片"):
15
  color = gr.ColorPicker(label="勾边颜色")
16
  section_btn = gr.Button("加工图片")