juaben commited on
Commit
18ff062
·
verified ·
1 Parent(s): 04135a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ css = """
80
  demo = gr.Interface(
81
  fn=process_img,
82
  inputs=[
83
- gr.Image(type='pil', label='input', tool='editor'),
84
  gr.Textbox(label="Image Filename", interactive=False)
85
  ],
86
  outputs=[gr.Image(type='pil', label='output')],
 
80
  demo = gr.Interface(
81
  fn=process_img,
82
  inputs=[
83
+ gr.Image(type='pil', label='input'),
84
  gr.Textbox(label="Image Filename", interactive=False)
85
  ],
86
  outputs=[gr.Image(type='pil', label='output')],