VanShingel commited on
Commit
ee6828d
1 Parent(s): 154397e

no rescaling preproc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def main_pipeline(image):
92
  return result_image, f"~ {(data['age'])}", data['gender']
93
 
94
  # initializing the input component
95
- image = gr.inputs.Image(shape = (224, 224))
96
  # initializing the output component
97
  labels = gr.outputs.Label()
98
 
 
92
  return result_image, f"~ {(data['age'])}", data['gender']
93
 
94
  # initializing the input component
95
+ image = gr.inputs.Image()
96
  # initializing the output component
97
  labels = gr.outputs.Label()
98