Spaces:
Runtime error
Runtime error
jens
commited on
Commit
·
968b967
1
Parent(s):
d7bd88e
fix
Browse files
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.
|
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():
|