Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,9 +141,9 @@ with gr.Blocks() as demo:
|
|
141 |
|
142 |
with gr.Row():
|
143 |
with gr.Column(scale=1):
|
144 |
-
|
145 |
-
|
146 |
-
|
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):
|