lemonaddie commited on
Commit
3305816
1 Parent(s): 647f4ba

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -91,7 +91,7 @@ def run_demo():
91
  gr.Markdown(_DESCRIPTION)
92
  with gr.Row(variant='panel'):
93
  with gr.Column(scale=1):
94
- input_image = gr.Image(type='pil', image_mode='RGBA', height=320, label='Input image', tool=None)
95
 
96
  example_folder = os.path.join(os.path.dirname(__file__), "./files")
97
  example_fns = [os.path.join(example_folder, example) for example in os.listdir(example_folder)]
 
91
  gr.Markdown(_DESCRIPTION)
92
  with gr.Row(variant='panel'):
93
  with gr.Column(scale=1):
94
+ input_image = gr.Image(type='pil', image_mode='RGBA', height=320, label='Input image')
95
 
96
  example_folder = os.path.join(os.path.dirname(__file__), "./files")
97
  example_fns = [os.path.join(example_folder, example) for example in os.listdir(example_folder)]