i4ata commited on
Commit
7e91fbc
·
1 Parent(s): b539cbc

tiny update on description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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]() [Kaggle](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()
 
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()