wi-lab commited on
Commit
cb26334
·
verified ·
1 Parent(s): e838b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -633,7 +633,7 @@ with gr.Blocks(css="""
633
  maximum=float(percentage_values_los[-1]),
634
  step=float(percentage_values_los[1] - percentage_values_los[0]),
635
  value=float(percentage_values_los[0]),
636
- label="Percentage of Data for Training")
637
 
638
  # File uploader for dataset (only visible if user chooses to upload a dataset)
639
  file_input = gr.File(label="Upload HDF5 Dataset", file_types=[".h5"], visible=False)
 
633
  maximum=float(percentage_values_los[-1]),
634
  step=float(percentage_values_los[1] - percentage_values_los[0]),
635
  value=float(percentage_values_los[0]),
636
+ label="Percentage of Data for Training", interactive=True)
637
 
638
  # File uploader for dataset (only visible if user chooses to upload a dataset)
639
  file_input = gr.File(label="Upload HDF5 Dataset", file_types=[".h5"], visible=False)