Karin0616
commited on
Commit
·
a42bbba
1
Parent(s):
b89aec9
i can do any more...
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ demo = gr.Interface(fn=sepia,
|
|
114 |
allow_flagging='never',
|
115 |
title="City Image Segmentation Model",
|
116 |
theme="huggingfacedark",
|
117 |
-
description=["This model is a high-performance city image segmentation model based on the Segformer architecture provided by NVIDIA. Specifically, the
|
118 |
"This is a machine learning activity project at Kyunggi University."],
|
119 |
|
120 |
|
|
|
114 |
allow_flagging='never',
|
115 |
title="City Image Segmentation Model",
|
116 |
theme="huggingfacedark",
|
117 |
+
description=["This model is a high-performance city image segmentation model based on the Segformer architecture provided by NVIDIA. Specifically, the 'segformer-b5' model, trained on the Cityscapes dataset, excels at performing intricate segmentation on high-resolution images of 1024x1024 pixels. It accurately identifies various urban elements such as roads, buildings, pedestrians, providing visually rich segmentation results.",
|
118 |
"This is a machine learning activity project at Kyunggi University."],
|
119 |
|
120 |
|