Маликов Дмитрий Романович commited on
Commit
d08c34e
·
1 Parent(s): 118e35e

Update Application

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def run_and_format(model_name, question, N, K, T, compare_baseline):
163
  with gr.Blocks(title="RSA") as demo:
164
  gr.Markdown("### Recursive Self-Aggregation for Mathematical Reasoning\nEnter a problem whose answer is a single integer.")
165
 
166
- model_name = gr.Textbox(label="Model name", value=DEFAULT_MODEL)
167
  with gr.Row():
168
  N = gr.Slider(1, 16, value=4, step=1, label="N")
169
  K = gr.Slider(1, 16, value=2, step=1, label="K")
 
163
  with gr.Blocks(title="RSA") as demo:
164
  gr.Markdown("### Recursive Self-Aggregation for Mathematical Reasoning\nEnter a problem whose answer is a single integer.")
165
 
166
+ model_name = gr.Textbox(label="Model name", value=DEFAULT_MODEL, lines=1)
167
  with gr.Row():
168
  N = gr.Slider(1, 16, value=4, step=1, label="N")
169
  K = gr.Slider(1, 16, value=2, step=1, label="K")