Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ 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=
|
| 32 |
|
| 33 |
|
| 34 |
|
|
|
|
| 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 |
|
| 34 |
|