Update app.py
Browse files
app.py
CHANGED
@@ -123,10 +123,10 @@ def sepia(input_img):
|
|
123 |
|
124 |
demo = gr.Interface(fn=sepia,
|
125 |
title="Machine_learning_Sidewalk_Segmentation️",
|
126 |
-
description="Sidewalk Image Segmentation
|
127 |
inputs=gr.Image(),
|
128 |
outputs=['plot'],
|
129 |
-
article="
|
130 |
examples=["Sidewalk_1.jpg", "Sidewalk_2.jpg", "Sidewalk_3.jpg"],
|
131 |
allow_flagging='never',
|
132 |
css=".gradio-container {background-color: #EEEEEE}",
|
|
|
123 |
|
124 |
demo = gr.Interface(fn=sepia,
|
125 |
title="Machine_learning_Sidewalk_Segmentation️",
|
126 |
+
description="Sidewalk Image Segmentation",
|
127 |
inputs=gr.Image(),
|
128 |
outputs=['plot'],
|
129 |
+
article="Drag the picture",
|
130 |
examples=["Sidewalk_1.jpg", "Sidewalk_2.jpg", "Sidewalk_3.jpg"],
|
131 |
allow_flagging='never',
|
132 |
css=".gradio-container {background-color: #EEEEEE}",
|