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