BeMerciless commited on
Commit
0fe7ae8
1 Parent(s): f788edd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,6 +162,6 @@ output = gr.Image(type="pil")
162
 
163
  examples=[["Examples/Image1.jpg","Image1"],["Examples/Image2.jpg","Image2"]]
164
 
165
- io=gr.Interface(fn=Custom_detect, inputs=[inp,inp2], outputs=output, title='Port Structure Detection With Custom YOLOv7',description="classes: container, crane, forklift, person, ship, stacker, truck",examples=examples,cache_examples=False)
166
  io.launch()
167
 
 
162
 
163
  examples=[["Examples/Image1.jpg","Image1"],["Examples/Image2.jpg","Image2"]]
164
 
165
+ io=gr.Interface(fn=Custom_detect, inputs=[inp,inp2], outputs=output, title='Port Structures Detection With Custom YOLOv7',description="classes: container, crane, forklift, person, ship, stacker, truck",examples=examples,cache_examples=False)
166
  io.launch()
167