Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ inputs = [
|
|
51 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
52 |
title = "Project-350: BD Vehicle Detection for Autonomous Vehicle"
|
53 |
|
54 |
-
examples = [['bondor_to_kodomtoli.jpg', 'nihalbaig0/yolov7', 640, 0.25, 0.45], ['lamabazar_to_versitygate.jpg', 'nihalbaig0/yolov7', 640, 0.25, 0.45]]
|
55 |
demo_app = gr.Interface(
|
56 |
fn=yolov7_inference,
|
57 |
inputs=inputs,
|
|
|
51 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
52 |
title = "Project-350: BD Vehicle Detection for Autonomous Vehicle"
|
53 |
|
54 |
+
#examples = [['bondor_to_kodomtoli.jpg', 'nihalbaig0/yolov7', 640, 0.25, 0.45], ['lamabazar_to_versitygate.jpg', 'nihalbaig0/yolov7', 640, 0.25, 0.45]]
|
55 |
demo_app = gr.Interface(
|
56 |
fn=yolov7_inference,
|
57 |
inputs=inputs,
|