dhanushreddy29
commited on
Commit
·
266070d
1
Parent(s):
0bb8141
Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,6 @@ app = gr.Interface(
|
|
110 |
outputs=[output_image1, output_image2, output_image3, output_image4],
|
111 |
title="Microstructure Segmentation",
|
112 |
description="Segment the input image into grain and background.",
|
113 |
-
examples=[("./examples/
|
114 |
)
|
115 |
app.launch()
|
|
|
110 |
outputs=[output_image1, output_image2, output_image3, output_image4],
|
111 |
title="Microstructure Segmentation",
|
112 |
description="Segment the input image into grain and background.",
|
113 |
+
examples=[("./examples/inp2.png", ("./examples/out2_1.png", "./examples/out2_2.png", "./examples/out2_3.png", "./examples/out2_4.txt"))]
|
114 |
)
|
115 |
app.launch()
|