Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ interface_video = gr.Interface(
|
|
94 |
inputs=inputs_video,
|
95 |
outputs=outputs_video,
|
96 |
title="PCB Defect Detector",
|
97 |
-
examples=video_path,
|
98 |
cache_examples=False,
|
99 |
)
|
100 |
|
|
|
94 |
inputs=inputs_video,
|
95 |
outputs=outputs_video,
|
96 |
title="PCB Defect Detector",
|
97 |
+
#examples=video_path,
|
98 |
cache_examples=False,
|
99 |
)
|
100 |
|