JackRio commited on
Commit
c538073
·
1 Parent(s): 70320c7

Removing additional comma

Browse files
Files changed (1) hide show
  1. predict.py +1 -1
predict.py CHANGED
@@ -49,7 +49,7 @@ def predict(image, gender):
49
 
50
  def run():
51
  image_input = gr.inputs.Image(type="pil", label="Input PNG image")
52
- gender_input = gr.Checkbox(label="Is Female?", info="Is the scan of a female?", default=True),
53
  output = gr.outputs.Textbox(label="Predicted Age")
54
 
55
  BAE = gr.Interface(
 
49
 
50
  def run():
51
  image_input = gr.inputs.Image(type="pil", label="Input PNG image")
52
+ gender_input = gr.Checkbox(label="Is Female?", info="Is the scan of a female?", default=True)
53
  output = gr.outputs.Textbox(label="Predicted Age")
54
 
55
  BAE = gr.Interface(