Update app.py
Browse files
app.py
CHANGED
@@ -69,5 +69,4 @@ description = "<p style= 'color:white'>Extract sections of images from your imag
|
|
69 |
examples=[['ex3.jpg', 'black bag', 0.96],['ex2.jpg', 'man in red dress', 0.85]]
|
70 |
article = "<p style= 'color:white; text-align:center;'><a href='https://github.com/Vishnunkumar/clipcrop' target='_blank'>clipcrop</a></p>"
|
71 |
gr_app = gr.Interface(fn=extract_image, inputs=[i1, i2, i3], outputs=[o1, o2], title=title, description=description, article=article, examples=examples, concurrency_limit=20)
|
72 |
-
gr_app.queue(max_size=10)
|
73 |
gr_app.launch()
|
|
|
69 |
examples=[['ex3.jpg', 'black bag', 0.96],['ex2.jpg', 'man in red dress', 0.85]]
|
70 |
article = "<p style= 'color:white; text-align:center;'><a href='https://github.com/Vishnunkumar/clipcrop' target='_blank'>clipcrop</a></p>"
|
71 |
gr_app = gr.Interface(fn=extract_image, inputs=[i1, i2, i3], outputs=[o1, o2], title=title, description=description, article=article, examples=examples, concurrency_limit=20)
|
|
|
72 |
gr_app.launch()
|