Spaces:
Runtime error
Runtime error
Commit
·
c57a3a8
1
Parent(s):
1e7763d
UI update.
Browse files
app.py
CHANGED
@@ -93,8 +93,11 @@ with gr.Blocks() as demo:
|
|
93 |
|
94 |
with gr.Column():
|
95 |
|
96 |
-
|
97 |
-
|
|
|
|
|
|
|
98 |
|
99 |
with gr.Column():
|
100 |
gr_slot_slider = gr.Slider(1, 11, value=1, step=1, label="Slot Index",
|
|
|
93 |
|
94 |
with gr.Column():
|
95 |
|
96 |
+
with gr.Row():
|
97 |
+
with gr.Column():
|
98 |
+
gr_image_1 = gr.Image(type="numpy", shape=(112, 112), source="canvas", label="Decoding")
|
99 |
+
with gr.Column():
|
100 |
+
gr_image_2 = gr.Image(type="numpy", shape=(112, 112), source="canvas", label="Segmentation")
|
101 |
|
102 |
with gr.Column():
|
103 |
gr_slot_slider = gr.Slider(1, 11, value=1, step=1, label="Slot Index",
|