Sa-m commited on
Commit
da2d803
1 Parent(s): a530163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,10 +31,10 @@ inp = gr.inputs.Image(type="pil", label="Original Image")
31
  output = gr.outputs.Image(type="pil", label="Output Image")
32
 
33
 
34
- io=gr.Interface(fn=detect, inputs=inp, outputs=output, title='Party Symbol Detection',examples=['Content/4.jpg','Content/10.jpg','Content/18.jpg'])
35
  io.launch(debug=True,share=False)
36
 
37
-
38
 
39
 
40
 
 
31
  output = gr.outputs.Image(type="pil", label="Output Image")
32
 
33
 
34
+ io=gr.Interface(fn=detect, inputs=inp, outputs=output, title='Party Symbol Detection',)
35
  io.launch(debug=True,share=False)
36
 
37
+ #examples=['Content/4.jpg','Content/10.jpg','Content/18.jpg']
38
 
39
 
40