Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,6 @@ demo = gr.Interface(
|
|
| 25 |
outputs=[gr.Image(label="Output image with predicted instances",
|
| 26 |
type="pil"), gr.Textbox(label='Description of detected objects', lines=3),
|
| 27 |
gr.Audio(label='Play audio to listen about the detected objectes in the image')]
|
| 28 |
-
|
| 29 |
-
# outputs=["audio"]
|
| 30 |
)
|
| 31 |
|
| 32 |
demo.launch(debug=True)
|
|
|
|
| 25 |
outputs=[gr.Image(label="Output image with predicted instances",
|
| 26 |
type="pil"), gr.Textbox(label='Description of detected objects', lines=3),
|
| 27 |
gr.Audio(label='Play audio to listen about the detected objectes in the image')]
|
|
|
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
demo.launch(debug=True)
|