Spaces:
Runtime error
Runtime error
Commit
·
1885bbd
1
Parent(s):
e22e228
Update app.py
Browse files
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)
|