Haojiacheng commited on
Commit
d628017
·
1 Parent(s): 756c067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ iface = gr.Interface(
166
  fn=process_nii_file,
167
  inputs=
168
  [gr.File(file_count='single', file_types=['.nii.gz']),
169
- gr.Slider(0, 24, default=8, label="Select Slice", step=1),
170
  gr.Radio(
171
  ["Step1:Segment", "Step2:Volumn"], label="mode"
172
  ),
 
166
  fn=process_nii_file,
167
  inputs=
168
  [gr.File(file_count='single', file_types=['.nii.gz']),
169
+ gr.Slider(0, 24, value=8, label="Select Slice", step=1),
170
  gr.Radio(
171
  ["Step1:Segment", "Step2:Volumn"], label="mode"
172
  ),