Spaces:
Runtime error
Runtime error
alexrods
commited on
Commit
·
69cb9ce
1
Parent(s):
e3de154
fix error in app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def segmentation(input_image):
|
|
61 |
# i = gr.inputs.Image()
|
62 |
# o = [gr.outputs.Image('pil'), gr.outputs.Image('pil')]
|
63 |
|
64 |
-
examples = [
|
65 |
|
66 |
col1, col2, col3 = st.columns(3)
|
67 |
with col1:
|
|
|
61 |
# i = gr.inputs.Image()
|
62 |
# o = [gr.outputs.Image('pil'), gr.outputs.Image('pil')]
|
63 |
|
64 |
+
examples = ["example_image_1.jpeg", "example_image_2.jpg", "example_image_3.jpeg"]
|
65 |
|
66 |
col1, col2, col3 = st.columns(3)
|
67 |
with col1:
|