Spaces:
Runtime error
Runtime error
fixed app.py
Browse files
app.py
CHANGED
@@ -125,11 +125,11 @@ gr.Interface(
|
|
125 |
fn=predict,
|
126 |
inputs=gr.inputs.Image(type='pil', label="Orignal"),
|
127 |
outputs=[
|
128 |
-
gr.outputs.Image(type='pil', label="Low-
|
129 |
-
gr.outputs.Image(type='pil', label="Super-
|
130 |
-
gr.outputs.Image(type='pil', label="Alpha"),
|
131 |
-
gr.outputs.Image(type='pil', label="Beta"),
|
132 |
-
gr.outputs.Image(type='pil', label="
|
133 |
],
|
134 |
title=title,
|
135 |
description=description,
|
|
|
125 |
fn=predict,
|
126 |
inputs=gr.inputs.Image(type='pil', label="Orignal"),
|
127 |
outputs=[
|
128 |
+
gr.outputs.Image(type='pil', label="Low-resolution image (input to SRGAN)"),
|
129 |
+
gr.outputs.Image(type='pil', label="Super-resolved image (output of SRGAN)"),
|
130 |
+
gr.outputs.Image(type='pil', label="Alpha parameter map characterizing per-pixel distribution (output of BayesCap)"),
|
131 |
+
gr.outputs.Image(type='pil', label="Beta parameter map characterizing per-pixel distribution (output of BayesCap)"),
|
132 |
+
gr.outputs.Image(type='pil', label="Per-pixel uncertainty map (derived using outputs of BayesCap)")
|
133 |
],
|
134 |
title=title,
|
135 |
description=description,
|