neuralworm commited on
Commit
1f05625
·
verified ·
1 Parent(s): 67b25dd

sane rounds

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -473,7 +473,7 @@ with gr.Blocks() as app:
473
  round_x = gr.Number(label="Round (1)", value=1)
474
  round_y = gr.Number(label="Round (2)", value=-1)
475
 
476
- rounds_combination = gr.Textbox(label="Combined Rounds", value="1,-0.5,0.5,-1")
477
 
478
  with gr.Row():
479
  include_torah_chk = gr.Checkbox(label="Include Torah", value=True)
 
473
  round_x = gr.Number(label="Round (1)", value=1)
474
  round_y = gr.Number(label="Round (2)", value=-1)
475
 
476
+ rounds_combination = gr.Textbox(label="Combined Rounds", value="1,-1")
477
 
478
  with gr.Row():
479
  include_torah_chk = gr.Checkbox(label="Include Torah", value=True)