derek-thomas HF staff commited on
Commit
b17ad7c
1 Parent(s): d011873

Making fast mode clearer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
73
  with gr.Row():
74
  with gr.Column():
75
  file = gr.File(label='Review Logs (Step 1)')
76
- fast_mode_in = gr.Checkbox(value=False, label="Fast Mode (No analysis)")
77
  with gr.Column():
78
  next_day_starts_at = gr.Number(value=4,
79
  label="Next Day Starts at (Step 2)",
 
73
  with gr.Row():
74
  with gr.Column():
75
  file = gr.File(label='Review Logs (Step 1)')
76
+ fast_mode_in = gr.Checkbox(value=False, label="Fast Mode (Will just return the optimized weights)")
77
  with gr.Column():
78
  next_day_starts_at = gr.Number(value=4,
79
  label="Next Day Starts at (Step 2)",