FrancescoLR commited on
Commit
30e4a53
·
verified ·
1 Parent(s): 2b53bfd

Update app.py

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