mdirshad09 commited on
Commit
1885bbd
·
1 Parent(s): e22e228

Update app.py

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