nanom commited on
Commit
ed5ca41
·
1 Parent(s): 07d74a7

Update interface

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- with gr.Column():
36
- info = gr.Text(label="Info")
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,