Sa-m commited on
Commit
e250ffd
1 Parent(s): bca94e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,5 +167,5 @@ output = gr.Image(type="pil")
167
  examples=["Examples/Image1.jpg","Examples/Image14.jpg","Examples/Image32.jpg"]
168
 
169
  io=gr.Interface(fn=Custom_detect, inputs=[inp,inp2], outputs=output, title='Vehicle Detection With Custom YOLOv7')
170
- io.launch(theme='default')
171
 
 
167
  examples=["Examples/Image1.jpg","Examples/Image14.jpg","Examples/Image32.jpg"]
168
 
169
  io=gr.Interface(fn=Custom_detect, inputs=[inp,inp2], outputs=output, title='Vehicle Detection With Custom YOLOv7')
170
+ io.launch()
171