multimodalart HF staff commited on
Commit
b48b9a3
1 Parent(s): 67bc7fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -744,7 +744,8 @@ with gr.Blocks(css=css, theme=theme) as demo:
744
  checkpointing_steps = gr.Number(
745
  info="How many steps to save intermediate checkpoints",
746
  label="checkpointing_steps",
747
- value=5000
 
748
  )
749
  prior_loss_weight = gr.Number(
750
  label="prior_loss_weight",
 
744
  checkpointing_steps = gr.Number(
745
  info="How many steps to save intermediate checkpoints",
746
  label="checkpointing_steps",
747
+ value=100000,
748
+ visible=False #hack to not let users break this for now
749
  )
750
  prior_loss_weight = gr.Number(
751
  label="prior_loss_weight",