Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ sample_images = [["https://s3.amazonaws.com/moonup/production/uploads/1664719956
|
|
36 |
["https://s3.amazonaws.com/moonup/production/uploads/1664719956737-611f9702593efbee33a4f7c9.png"]]
|
37 |
|
38 |
# define gradio interface
|
39 |
-
title = "
|
40 |
description = "Drop an image of a sidewalk"
|
41 |
interface = gr.Interface(classify, gr.Image(), 'image', examples=sample_images,
|
42 |
description=description, title=title)# FILL HERE
|
|
|
36 |
["https://s3.amazonaws.com/moonup/production/uploads/1664719956737-611f9702593efbee33a4f7c9.png"]]
|
37 |
|
38 |
# define gradio interface
|
39 |
+
title = "Semantic segmentation on sidewalk images"
|
40 |
description = "Drop an image of a sidewalk"
|
41 |
interface = gr.Interface(classify, gr.Image(), 'image', examples=sample_images,
|
42 |
description=description, title=title)# FILL HERE
|