과제 2
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ model = TFSegformerForSemanticSegmentation.from_pretrained(
|
|
15 |
)
|
16 |
|
17 |
def ade_palette():
|
18 |
-
|
19 |
return [
|
20 |
[255, 0, 0],
|
21 |
[85, 0, 0],
|
|
|
15 |
)
|
16 |
|
17 |
def ade_palette():
|
18 |
+
|
19 |
return [
|
20 |
[255, 0, 0],
|
21 |
[85, 0, 0],
|