Sa-m commited on
Commit
1b5f7c0
1 Parent(s): 7982018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ inp = gr.inputs.Image(type='pil', label="Original Image")
27
  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'])
31
  io.launch(debug=True,share=True)
32
 
33
 
 
27
  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/14.jpg'])
31
  io.launch(debug=True,share=True)
32
 
33