Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,6 +122,6 @@ demo = gr.Interface(fn=detect_object,
|
|
122 |
outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
|
123 |
examples = examples,
|
124 |
title="Object Detector",
|
125 |
-
description="Detect objects in the input image with bounding boxes
|
126 |
demo.launch()
|
127 |
|
|
|
122 |
outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
|
123 |
examples = examples,
|
124 |
title="Object Detector",
|
125 |
+
description="Detect objects in the input image with bounding boxes and audio description.")
|
126 |
demo.launch()
|
127 |
|