LovnishVerma commited on
Commit
2584247
·
verified ·
1 Parent(s): 411a747

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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 (224x224 for VGG16)
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)