Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -31,7 +31,7 @@ def allowed_file(filename):
|
|
31 |
|
32 |
def preprocess_imgs(set_name, img_size):
|
33 |
"""
|
34 |
-
Preprocess images by resizing them to the target size (
|
35 |
and applying appropriate resizing techniques.
|
36 |
"""
|
37 |
set_new = []
|
@@ -162,4 +162,4 @@ def dbresults():
|
|
162 |
|
163 |
|
164 |
if __name__ == '__main__':
|
165 |
-
app.run(debug=True)
|
|
|
31 |
|
32 |
def preprocess_imgs(set_name, img_size):
|
33 |
"""
|
34 |
+
Preprocess images by resizing them to the target size (128x128)
|
35 |
and applying appropriate resizing techniques.
|
36 |
"""
|
37 |
set_new = []
|
|
|
162 |
|
163 |
|
164 |
if __name__ == '__main__':
|
165 |
+
app.run(debug=True)
|