Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ with gr.Blocks() as app:
|
|
5 |
with gr.Tab("Add Watermark"):
|
6 |
with gr.Row():
|
7 |
with gr.Column():
|
8 |
-
inp_im = gr.Image(label="Input Image")
|
9 |
inp_mark = gr.Textbox(label="Watermark")
|
10 |
mark_btn = gr.Button()
|
11 |
msg_box = gr.Textbox(label="System Message")
|
|
|
5 |
with gr.Tab("Add Watermark"):
|
6 |
with gr.Row():
|
7 |
with gr.Column():
|
8 |
+
inp_im = gr.Image(label="Input Image",type="filepath")
|
9 |
inp_mark = gr.Textbox(label="Watermark")
|
10 |
mark_btn = gr.Button()
|
11 |
msg_box = gr.Textbox(label="System Message")
|