Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,6 @@ inp = gr.inputs.Image(type="filepath", label="Input")
|
|
15 |
output = gr.outputs.Image(type="filepath", label="Output")
|
16 |
#.outputs.Textbox()
|
17 |
|
18 |
-
io=gr.Interface(fn=detect, inputs=inp, outputs=output, title='Pot Hole Detection With Custom YOLOv7 ',)
|
19 |
io.launch(debug=True,share=False)
|
20 |
|
|
|
15 |
output = gr.outputs.Image(type="filepath", label="Output")
|
16 |
#.outputs.Textbox()
|
17 |
|
18 |
+
io=gr.Interface(fn=detect, inputs=inp, outputs=output, title='Pot Hole Detection With Custom YOLOv7 ',examples=['Examples/img-300_jpg.rf.6b7b035dff1cda092ce3dc22be8d0135.jpg'])
|
19 |
io.launch(debug=True,share=False)
|
20 |
|