Nitzz4952 commited on
Commit
8af29c3
·
verified ·
1 Parent(s): 995d7c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -114,5 +114,6 @@ def detect_object(image):
114
  demo = gr.Interface(fn=detect_object,
115
  inputs=[gr.Image(label="Select Image",type="pil")],
116
  outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
 
117
  description="THIS APPLICATION WILL BE USED TO HIGHLIGHT OBJECTS AND GIVES AUDIO DESCRIPTION FOR THE PROVIDED INPUT IMAGE.")
118
  demo.launch()
 
114
  demo = gr.Interface(fn=detect_object,
115
  inputs=[gr.Image(label="Select Image",type="pil")],
116
  outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
117
+ title= "Audio Described Object Detector",
118
  description="THIS APPLICATION WILL BE USED TO HIGHLIGHT OBJECTS AND GIVES AUDIO DESCRIPTION FOR THE PROVIDED INPUT IMAGE.")
119
  demo.launch()