ethanrom commited on
Commit
9cef184
·
1 Parent(s): 1dca2bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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