Sa-m commited on
Commit
3a8a084
1 Parent(s): 523e420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ 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'],theme='peach')
35
- io.launch(debug=True,share=False,cache_examples=True)
36
 
37
  #examples=['Content/4.jpg','Content/10.jpg','Content/18.jpg']
38
 
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'],theme='peach')
35
+ io.launch(debug=True,share=False)
36
 
37
  #examples=['Content/4.jpg','Content/10.jpg','Content/18.jpg']
38