Spaces:
Sleeping
Sleeping
tiny update on description
Browse files
app.py
CHANGED
|
@@ -46,11 +46,11 @@ class GradioApp:
|
|
| 46 |
cache_examples=False,
|
| 47 |
title='Person Segmentation',
|
| 48 |
description=f'This model performs segmentation on people in images. A Unet neural network architecture is used. \
|
| 49 |
-
The dataset can be found [here](
|
| 50 |
and the source code is on [GitHub](https://github.com/i4ata/UnetSegmentation).',
|
| 51 |
)
|
| 52 |
demo.launch()
|
| 53 |
|
| 54 |
if __name__ == '__main__':
|
| 55 |
app = GradioApp()
|
| 56 |
-
app.launch()
|
|
|
|
| 46 |
cache_examples=False,
|
| 47 |
title='Person Segmentation',
|
| 48 |
description=f'This model performs segmentation on people in images. A Unet neural network architecture is used. \
|
| 49 |
+
The dataset can be found [here](https://github.com/VikramShenoy97/Human-Segmentation-Dataset) \
|
| 50 |
and the source code is on [GitHub](https://github.com/i4ata/UnetSegmentation).',
|
| 51 |
)
|
| 52 |
demo.launch()
|
| 53 |
|
| 54 |
if __name__ == '__main__':
|
| 55 |
app = GradioApp()
|
| 56 |
+
app.launch()
|