kamalcst commited on
Commit
07528b2
·
verified ·
1 Parent(s): 019547d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict(image):
24
  iface = gr.Interface(
25
  fn=predict,
26
  inputs="image",
27
- outputs="score", # Use the model's original output type
28
  title="Facial Age Prediction",
29
  description="This application predicts your age from a facial image."
30
  )
 
24
  iface = gr.Interface(
25
  fn=predict,
26
  inputs="image",
27
+ outputs="label", # Use the model's original output type
28
  title="Facial Age Prediction",
29
  description="This application predicts your age from a facial image."
30
  )