Update pictureDeal2.py
Browse files- 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("加工图片")
|