jens commited on
Commit
968b967
·
1 Parent(s): d7bd88e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with block:
39
  with gr.Row():
40
  prompt_image = gr.Image(label='Segments')
41
  prompt_lbl_image = gr.AnnotatedImage(label='Segment Labels')
42
- everything_image = gr.AnnotatedImage(label='Everything')
43
 
44
  with gr.Row():
45
  with gr.Column():
 
39
  with gr.Row():
40
  prompt_image = gr.Image(label='Segments')
41
  prompt_lbl_image = gr.AnnotatedImage(label='Segment Labels')
42
+ everything_image = gr.Image(label='Everything')
43
 
44
  with gr.Row():
45
  with gr.Column():