vishalkatheriya18 commited on
Commit
5aa4faf
1 Parent(s): 55c893f

Update classification.py

Browse files
Files changed (1) hide show
  1. classification.py +2 -2
classification.py CHANGED
@@ -82,7 +82,7 @@ def pipes(image,categories):
82
 
83
  return results
84
  #process ---------------------------------------------------------------------------fullwear--------------
85
- else if categories=="Wholebody":
86
  # Define functions to run the models in parallel
87
  with concurrent.futures.ThreadPoolExecutor() as executor:
88
  futures = {
@@ -103,7 +103,7 @@ def pipes(image,categories):
103
 
104
  return results
105
  #process ---------------------------------------------------------------------------bottomwear--------------
106
- else if categories=="Lowerbody":
107
  # Define functions to run the models in parallel
108
  with concurrent.futures.ThreadPoolExecutor() as executor:
109
  futures = {
 
82
 
83
  return results
84
  #process ---------------------------------------------------------------------------fullwear--------------
85
+ elif categories=="Wholebody":
86
  # Define functions to run the models in parallel
87
  with concurrent.futures.ThreadPoolExecutor() as executor:
88
  futures = {
 
103
 
104
  return results
105
  #process ---------------------------------------------------------------------------bottomwear--------------
106
+ elif categories=="Lowerbody":
107
  # Define functions to run the models in parallel
108
  with concurrent.futures.ThreadPoolExecutor() as executor:
109
  futures = {