Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
•
ebff12b
1
Parent(s):
3374549
app update
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def main():
|
|
42 |
with gr.Row():
|
43 |
input_img = gr.Image(image_mode="RGB", source="upload", type="pil", label="原始图片")
|
44 |
with gr.Row():
|
45 |
-
wm_location = gr.Radio(choices=["center", "bottom right"], value="
|
46 |
with gr.Row():
|
47 |
wm_text = gr.Textbox(value="水印内容", label="水印内容")
|
48 |
with gr.Row():
|
|
|
42 |
with gr.Row():
|
43 |
input_img = gr.Image(image_mode="RGB", source="upload", type="pil", label="原始图片")
|
44 |
with gr.Row():
|
45 |
+
wm_location = gr.Radio(choices=["center", "bottom right"], value="center", label="位置")
|
46 |
with gr.Row():
|
47 |
wm_text = gr.Textbox(value="水印内容", label="水印内容")
|
48 |
with gr.Row():
|