Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
|
|
135 |
with gr.Row():
|
136 |
with gr.Column(scale=1):
|
137 |
mri_input = gr.File(label="Upload a T1w MRI (NIfTI .nii.gz)")
|
138 |
-
age_input = gr.Number(label="Enter Age", value=
|
139 |
sex_input = gr.Radio(["Male", "Female"], label="Select Sex")
|
140 |
submit_button = gr.Button("Predict")
|
141 |
|
|
|
135 |
with gr.Row():
|
136 |
with gr.Column(scale=1):
|
137 |
mri_input = gr.File(label="Upload a T1w MRI (NIfTI .nii.gz)")
|
138 |
+
age_input = gr.Number(label="Enter Age", value=50)
|
139 |
sex_input = gr.Radio(["Male", "Female"], label="Select Sex")
|
140 |
submit_button = gr.Button("Predict")
|
141 |
|