Spaces:
Running
Running
Update app.py
Browse files
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",
|