vsrinivas commited on
Commit
a21d3f5
·
verified ·
1 Parent(s): 1721950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ demo = gr.Interface(
28
  gr.Audio(label='Play audio to listen about the detected objectes in the image')]
29
  )
30
 
31
- demo.launch(debug=True)
 
28
  gr.Audio(label='Play audio to listen about the detected objectes in the image')]
29
  )
30
 
31
+ demo.launch(debug=True, share=True)