kadirnar commited on
Commit
4a31799
1 Parent(s): e0413c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -44,8 +44,6 @@ with gradio_app:
44
  fn=detect,
45
  inputs=input_image,
46
  outputs=output_image,
47
- title='YOLOv10 Object Detection',
48
- description='Detect objects in images using the YOLOv10 model'
49
  )
50
 
51
  gradio_app.launch()
 
44
  fn=detect,
45
  inputs=input_image,
46
  outputs=output_image,
 
 
47
  )
48
 
49
  gradio_app.launch()