Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -297,7 +297,7 @@ with gr.Blocks() as demo:
|
|
| 297 |
|
| 298 |
with gr.Column():
|
| 299 |
input_images = gr.Gallery(
|
| 300 |
-
label="Input
|
| 301 |
type="pil",
|
| 302 |
columns=2,
|
| 303 |
rows=1,
|
|
@@ -320,7 +320,7 @@ with gr.Blocks() as demo:
|
|
| 320 |
with gr.Column():
|
| 321 |
result_standard = gr.Image(
|
| 322 |
label="Standard Decoder",
|
| 323 |
-
show_label=
|
| 324 |
interactive=False,
|
| 325 |
format="png",
|
| 326 |
height=250,
|
|
@@ -329,7 +329,7 @@ with gr.Blocks() as demo:
|
|
| 329 |
with gr.Column():
|
| 330 |
result_small = gr.Image(
|
| 331 |
label="Small Decoder",
|
| 332 |
-
show_label=
|
| 333 |
interactive=False,
|
| 334 |
format="png",
|
| 335 |
height=250,
|
|
|
|
| 297 |
|
| 298 |
with gr.Column():
|
| 299 |
input_images = gr.Gallery(
|
| 300 |
+
label="Input Images",
|
| 301 |
type="pil",
|
| 302 |
columns=2,
|
| 303 |
rows=1,
|
|
|
|
| 320 |
with gr.Column():
|
| 321 |
result_standard = gr.Image(
|
| 322 |
label="Standard Decoder",
|
| 323 |
+
show_label=True,
|
| 324 |
interactive=False,
|
| 325 |
format="png",
|
| 326 |
height=250,
|
|
|
|
| 329 |
with gr.Column():
|
| 330 |
result_small = gr.Image(
|
| 331 |
label="Small Decoder",
|
| 332 |
+
show_label=True,
|
| 333 |
interactive=False,
|
| 334 |
format="png",
|
| 335 |
height=250,
|