Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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','Content/18.jpg'])
|
31 |
io.launch(debug=False,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/10.jpg','Content/18.jpg'])
|
31 |
io.launch(debug=False,share=True)
|
32 |
|
33 |
|