burtenshaw commited on
Commit
61c84e0
·
1 Parent(s): 48951ff

remove submit button

Browse files
Files changed (1) hide show
  1. app.py +0 -17
app.py CHANGED
@@ -893,23 +893,6 @@ with gr.Blocks(
893
  outputs=[runs_table, stats],
894
  )
895
 
896
- submit_btn.click(
897
- fn=submit_training_job_ui,
898
- inputs=[
899
- task_dropdown,
900
- project_name,
901
- base_model,
902
- dataset_path,
903
- epochs,
904
- batch_size,
905
- learning_rate,
906
- backend,
907
- push_to_hub,
908
- hub_repo_id,
909
- ],
910
- outputs=[submit_output, runs_table],
911
- )
912
-
913
  # Load initial data
914
  app.load(
915
  fn=load_initial_ui_data,
 
893
  outputs=[runs_table, stats],
894
  )
895
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
896
  # Load initial data
897
  app.load(
898
  fn=load_initial_ui_data,