souranil3d commited on
Commit
abe21c3
1 Parent(s): cb4b9bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predict(
34
  return img
35
 
36
  title = "Indoor Pet Detection"
37
- description = "This is an application trained with synthetic data from Unity Computer Vision. We trained a single class object detection model to recognize dogs using images of pets randomly posed and placed in our home interior environment. There are multiple pre-trained models trained with 5k, 40k and 100k synthetic data that you can choose to see the results. <p> <a target='_blank' href='https://github.com/Unity-Technologies/Indoor-Pet-Detection'> Github Project </a> </p>"
38
  examples = [
39
  ["5k synthetic", 'example.jpg'],
40
  ["40k synthetic", 'example.jpg'],
34
  return img
35
 
36
  title = "Indoor Pet Detection"
37
+ description = "This is an application trained with synthetic data from Unity Computer Vision. We trained a single class object detection model to recognize dogs using images of pets randomly posed and placed in our home interior environment. There are multiple pre-trained models trained with 5k, 40k and 100k synthetic data that you can choose for inference. <p> <a target='_blank' href='https://github.com/Unity-Technologies/Indoor-Pet-Detection'> Github Project </a> </p>"
38
  examples = [
39
  ["5k synthetic", 'example.jpg'],
40
  ["40k synthetic", 'example.jpg'],