FrancescoLR commited on
Commit
69a0449
·
verified ·
1 Parent(s): 4fd8f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -141,9 +141,9 @@ with gr.Blocks() as demo:
141
 
142
  with gr.Row():
143
  with gr.Column(scale=1):
144
- # mri_input = gr.File(label="Upload a T1w MRI (NIfTI .nii.gz)")
145
- # age_input = gr.Number(label="Enter Age", value=50)
146
- # sex_input = gr.Radio(["Male", "Female"], label="Select Sex")
147
  submit_button = gr.Button("Predict")
148
  #
149
  # with gr.Column(scale=2):
 
141
 
142
  with gr.Row():
143
  with gr.Column(scale=1):
144
+ mri_input = gr.File(label="Upload a T1w MRI (NIfTI .nii.gz)")
145
+ age_input = gr.Number(label="Enter Age", value=50)
146
+ sex_input = gr.Radio(["Male", "Female"], label="Select Sex")
147
  submit_button = gr.Button("Predict")
148
  #
149
  # with gr.Column(scale=2):