jinfengxie commited on
Commit
bfb3543
·
verified ·
1 Parent(s): ca86773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -454,7 +454,7 @@ iface = gr.Interface(
454
  outputs=[
455
  gr.Image(type="pil", label="Color Mask"),
456
  gr.Image(type="pil", label="Color Palette"),
457
- gr.Image(type='pil', label='Texture Slices')
458
  gr.DataFrame()
459
  ],
460
  title="Image Processing for Mask Visualization and Color Extraction",
 
454
  outputs=[
455
  gr.Image(type="pil", label="Color Mask"),
456
  gr.Image(type="pil", label="Color Palette"),
457
+ gr.Image(type='pil', label='Texture Slices'),
458
  gr.DataFrame()
459
  ],
460
  title="Image Processing for Mask Visualization and Color Extraction",