Sa-m commited on
Commit
0d0a918
1 Parent(s): 186ad54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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