Spaces:
Running
on
T4
Running
on
T4
change label str in gradio componenets
Browse files
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
|
186 |
lines=1)
|
187 |
with gr.Column():
|
188 |
-
out_b_metric = gr.Textbox(label="PSNR(DPIR
|
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
|