soulofmercara commited on
Commit
34806eb
1 Parent(s): aafcb78

updates app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -64,7 +64,14 @@ def fig2img(fig):
64
  buf.seek(0)
65
  return Image.open(buf)
66
 
67
- description = """YOLOS - Object Detection"""
 
 
 
 
 
 
 
68
 
69
  image_in = gr.components.Image()
70
  image_out = gr.components.Image()
 
64
  buf.seek(0)
65
  return Image.open(buf)
66
 
67
+ description = """
68
+ Do you want to see what objects are in your images? Try our object detection app, powered by YOLOS, a state-of-the-art algorithm that can find and name multiple objects in a single image.
69
+ You can upload or drag and drop an image file to detect objects using YOLOS models.
70
+ You can also choose from different YOLOS models, adjust the probability threshold, and select the classes to use for detection.
71
+ Our app will show you the results in an interactive image with bounding boxes and labels for each detected object.
72
+ You can also download the results as an image file. Our app is fast, accurate, and easy to use.
73
+ Try it now and discover the power of object detection! 😊
74
+ """
75
 
76
  image_in = gr.components.Image()
77
  image_out = gr.components.Image()