msong97 commited on
Commit
fbe2693
·
1 Parent(s): 906193d

change label str in gradio componenets

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,10 +182,10 @@ with gr.Blocks(title=title, theme=gr.themes.Glass()) as interface:
182
  observed_metrics = gr.Textbox(label="PSNR(Observed, Ground-truth)",
183
  lines=1)
184
  with gr.Column():
185
- out_a_metric = gr.Textbox(label="PSNR(RAM(Observed, Ground-truth)",
186
  lines=1)
187
  with gr.Column():
188
- out_b_metric = gr.Textbox(label="PSNR(DPIR(Observed, Ground-truth)",
189
  lines=1)
190
 
191
  # Manage physics
 
182
  observed_metrics = gr.Textbox(label="PSNR(Observed, Ground-truth)",
183
  lines=1)
184
  with gr.Column():
185
+ out_a_metric = gr.Textbox(label="PSNR(RAM, Ground-truth)",
186
  lines=1)
187
  with gr.Column():
188
+ out_b_metric = gr.Textbox(label="PSNR(DPIR, Ground-truth)",
189
  lines=1)
190
 
191
  # Manage physics