Karin0616
commited on
Commit
•
bff3de6
1
Parent(s):
a42bbba
i can do any more...
Browse files
app.py
CHANGED
@@ -114,12 +114,9 @@ demo = gr.Interface(fn=sepia,
|
|
114 |
allow_flagging='never',
|
115 |
title="City Image Segmentation Model",
|
116 |
theme="huggingfacedark",
|
117 |
-
description=
|
118 |
-
"This is a machine learning activity project at Kyunggi University."],
|
119 |
-
|
120 |
|
121 |
)
|
122 |
|
123 |
-
|
124 |
demo.launch()
|
125 |
|
|
|
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.This is a machine learning activity project at Kyunggi University.",
|
|
|
|
|
118 |
|
119 |
)
|
120 |
|
|
|
121 |
demo.launch()
|
122 |
|