Omnibus commited on
Commit
4dc9189
·
1 Parent(s): 7b01ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")