Commit
·
a32c95d
1
Parent(s):
f698c4b
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ demo = gr.Interface(
|
|
9 |
gr.components.Image(type="pil", shape=(512, 512)),
|
10 |
],
|
11 |
outputs=[
|
12 |
-
gr.components.Image(
|
13 |
],
|
14 |
)
|
15 |
|
|
|
9 |
gr.components.Image(type="pil", shape=(512, 512)),
|
10 |
],
|
11 |
outputs=[
|
12 |
+
gr.components.Image(shape=(512, 512), label="output-1")
|
13 |
],
|
14 |
)
|
15 |
|