Spaces:
Runtime error
Runtime error
Removing additional comma
Browse files- 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(
|