Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -166,6 +166,6 @@ output = gr.Image(type="pil")
|
|
166 |
|
167 |
examples=[["Examples/Image1.jpg","Image1"],["Examples/Image14.jpg","Image14"],["Examples/Image32.jpg","Image32"]]
|
168 |
|
169 |
-
io=gr.Interface(fn=Custom_detect, inputs=[inp,inp2], outputs=output, title='Vehicle Detection With Custom YOLOv7'
|
170 |
io.launch()
|
171 |
|
|
|
166 |
|
167 |
examples=[["Examples/Image1.jpg","Image1"],["Examples/Image14.jpg","Image14"],["Examples/Image32.jpg","Image32"]]
|
168 |
|
169 |
+
io=gr.Interface(fn=Custom_detect, inputs=[inp,inp2], outputs=output, title='Vehicle Detection With Custom YOLOv7')
|
170 |
io.launch()
|
171 |
|