dhanushreddy29
commited on
Commit
·
f7aa9f8
1
Parent(s):
266070d
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=[
|
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/inp1.png", "examples/inp2.png"]
|
114 |
)
|
115 |
app.launch()
|