Update app.py
Browse files
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()
|