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