vsrinivas commited on
Commit
aeb5785
1 Parent(s): faafe7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ def detect_objects(pil_image):
20
 
21
  return processed_image, text,(sr, audio)
22
 
23
- demo = gr.Interface(
 
24
  fn=detect_objects,
25
  inputs=gr.Image(label="Input image",
26
  type="pil"),
 
20
 
21
  return processed_image, text,(sr, audio)
22
 
23
+ demo = gr.Interface(title="Object Detection in an Image and Narration - test & demo app by Srinivas.V..",
24
+ description="Upload any image,preferably an image with many clearly distinguishable objects and submit. Play the audio to listen",
25
  fn=detect_objects,
26
  inputs=gr.Image(label="Input image",
27
  type="pil"),