Spaces:
Build error
Build error
Update interface
Browse files
app.py
CHANGED
@@ -32,10 +32,8 @@ with demo:
|
|
32 |
with gr.Row():
|
33 |
img = gr.Image(label="Sample", type="numpy")
|
34 |
with gr.Row():
|
35 |
-
|
36 |
-
|
37 |
-
with gr.Column():
|
38 |
-
img_seg = gr.Image(label="Segmentation", type="numpy")
|
39 |
|
40 |
btn_next.click(
|
41 |
fn=sample.explorateSamples,
|
|
|
32 |
with gr.Row():
|
33 |
img = gr.Image(label="Sample", type="numpy")
|
34 |
with gr.Row():
|
35 |
+
info = gr.Text(label="Info")
|
36 |
+
img_seg = gr.Image(label="Segmentation", type="numpy")
|
|
|
|
|
37 |
|
38 |
btn_next.click(
|
39 |
fn=sample.explorateSamples,
|