Sa-m commited on
Commit
559e299
1 Parent(s): 8765c53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ output = gr.outputs.Image(type="pil", label="Output Image")
28
 
29
 
30
  io=gr.Interface(fn=detect, inputs=inp, outputs=output, title='Party Symbol Detection',examples=['Content/4.jpg','Content/18.jpg'])
31
- io.launch(debug=True,share=True)
32
 
33
 
34
 
28
 
29
 
30
  io=gr.Interface(fn=detect, inputs=inp, outputs=output, title='Party Symbol Detection',examples=['Content/4.jpg','Content/18.jpg'])
31
+ io.launch(debug=False,share=True)
32
 
33
 
34