FrancescoLR commited on
Commit
5bd3143
·
verified ·
1 Parent(s): aaf7140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):