Update app.py
Browse files
app.py
CHANGED
@@ -83,10 +83,10 @@ def process_video(video_path):
|
|
83 |
detection_model = load_model()
|
84 |
|
85 |
# Specify paths to example images
|
86 |
-
sample_images = [
|
87 |
-
|
88 |
-
|
89 |
-
]
|
90 |
|
91 |
tab1 = gr.Interface(
|
92 |
fn=predict,
|
|
|
83 |
detection_model = load_model()
|
84 |
|
85 |
# Specify paths to example images
|
86 |
+
sample_images = [["test_9.jpg"], ["test_6.jpg"],
|
87 |
+
["test_7.jpg"], ["test_10.jpg"],
|
88 |
+
["test_11.jpg"], ["test_8.jpg"]
|
89 |
+
]
|
90 |
|
91 |
tab1 = gr.Interface(
|
92 |
fn=predict,
|