vsrinivas commited on
Commit
7001648
·
verified ·
1 Parent(s): 347dcf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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)