Muhammad Anas Akhtar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def detect_object(image):
|
|
132 |
demo = gr.Interface(fn=detect_object,
|
133 |
inputs=[gr.Image(label="Select Image",type="pil")],
|
134 |
outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
|
135 |
-
title="
|
136 |
description="THIS APPLICATION WILL BE USED TO HIGHLIGHT OBJECTS AND GIVES AUDIO DESCRIPTION FOR THE PROVIDED INPUT IMAGE.")
|
137 |
demo.launch()
|
138 |
|
|
|
132 |
demo = gr.Interface(fn=detect_object,
|
133 |
inputs=[gr.Image(label="Select Image",type="pil")],
|
134 |
outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
|
135 |
+
title="Object Detector with Audio",
|
136 |
description="THIS APPLICATION WILL BE USED TO HIGHLIGHT OBJECTS AND GIVES AUDIO DESCRIPTION FOR THE PROVIDED INPUT IMAGE.")
|
137 |
demo.launch()
|
138 |
|