apratim24 commited on
Commit
a4e1e59
·
verified ·
1 Parent(s): 6741bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 with audio description.")
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