Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def get_predictions(image: Image):
|
|
70 |
|
71 |
|
72 |
title = (
|
73 |
-
"Simple demo for a semantic segmentation model trained on the
|
74 |
)
|
75 |
|
76 |
description = """
|
|
|
70 |
|
71 |
|
72 |
title = (
|
73 |
+
"Simple demo for a semantic segmentation model trained on the PETS dataset."
|
74 |
)
|
75 |
|
76 |
description = """
|