Spaces:
Build error
Build error
Update app.py
Browse files
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"),
|