msong97 commited on
Commit
15a7da9
·
1 Parent(s): fd38b85

text box 3 lines

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -192,11 +192,11 @@ with gr.Blocks(title=title, theme=gr.themes.Glass()) as interface:
192
  load_button = gr.Button("Run on index image from dataset", size='md')
193
  load_random_button = gr.Button("Run on random image from dataset", size='md')
194
  with gr.Column(scale=1, min_width=160):
195
- observed_metrics = gr.Textbox(label="Observed metric", lines=2, key=5)
196
  with gr.Column(scale=1, min_width=160):
197
- out_a_metric = gr.Textbox(label="RAM output metrics", lines=2, key=6)
198
  with gr.Column(scale=1, min_width=160):
199
- out_b_metric = gr.Textbox(label="DPIR output metrics", lines=2, key=7)
200
 
201
  # Manage physics
202
  with gr.Row():
 
192
  load_button = gr.Button("Run on index image from dataset", size='md')
193
  load_random_button = gr.Button("Run on random image from dataset", size='md')
194
  with gr.Column(scale=1, min_width=160):
195
+ observed_metrics = gr.Textbox(label="Observed metric", lines=3, key=5)
196
  with gr.Column(scale=1, min_width=160):
197
+ out_a_metric = gr.Textbox(label="RAM output metrics", lines=3, key=6)
198
  with gr.Column(scale=1, min_width=160):
199
+ out_b_metric = gr.Textbox(label="DPIR output metrics", lines=3, key=7)
200
 
201
  # Manage physics
202
  with gr.Row():