Spaces:
Runtime error
Runtime error
Commit
·
83c62cb
1
Parent(s):
1885bbd
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,8 +130,7 @@ def process_matches(matches):
|
|
| 130 |
|
| 131 |
|
| 132 |
if __name__ == "__main__":
|
| 133 |
-
|
| 134 |
-
#process_images()
|
| 135 |
matches = get_image()
|
| 136 |
if matches is not None:
|
| 137 |
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)
|