Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ o = [gr.outputs.Image(), gr.outputs.Image()]
|
|
56 |
|
57 |
examples = [["example_image_1.jpg"], ["example_image_2.jpg"], ["example_image_3.jpg"]]
|
58 |
title = "Human Part Segmentation"
|
59 |
-
description = "Upload an image to segment out different human parts."
|
60 |
|
61 |
article = "<div style='text-align: center;'><a href='https://twitter.com/SatpalPatawat' target='_blank'>Space by Satpal Singh Rathore</a><br><a href='https://keras.io/examples/vision/deeplabv3_plus/' target='_blank'>Keras example by Soumik Rakshit</a></div>"
|
62 |
gr.Interface(segmentation, i, o, examples=examples, allow_flagging=False, analytics_enabled=False,
|
|
|
56 |
|
57 |
examples = [["example_image_1.jpg"], ["example_image_2.jpg"], ["example_image_3.jpg"]]
|
58 |
title = "Human Part Segmentation"
|
59 |
+
description = "Upload an image or select from examples to segment out different human parts."
|
60 |
|
61 |
article = "<div style='text-align: center;'><a href='https://twitter.com/SatpalPatawat' target='_blank'>Space by Satpal Singh Rathore</a><br><a href='https://keras.io/examples/vision/deeplabv3_plus/' target='_blank'>Keras example by Soumik Rakshit</a></div>"
|
62 |
gr.Interface(segmentation, i, o, examples=examples, allow_flagging=False, analytics_enabled=False,
|