mdirshad09 commited on
Commit
9492931
·
1 Parent(s): 9b3cb35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def process_matches(matches):
130
 
131
 
132
  if __name__ == "__main__":
133
- # process_images()
134
  matches = get_image()
135
  if matches is not None:
136
  process_matches(matches)
 
130
 
131
 
132
  if __name__ == "__main__":
133
+ process_images()
134
  matches = get_image()
135
  if matches is not None:
136
  process_matches(matches)