Spaces:
Runtime error
Runtime error
jens
commited on
Commit
·
a5fefd2
1
Parent(s):
4d6f971
fix
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with block:
|
|
42 |
#sam_encode_status = gr.Label('Not encoded yet')
|
43 |
with gr.Row():
|
44 |
prompt_image = gr.Image(label='Segments')
|
45 |
-
prompt_lbl_image = gr.AnnotatedImage(label='Segment Labels')
|
46 |
lbl_image = gr.AnnotatedImage(label='Everything')
|
47 |
point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
|
48 |
text = gr.Textbox(label='Mask Name')
|
|
|
42 |
#sam_encode_status = gr.Label('Not encoded yet')
|
43 |
with gr.Row():
|
44 |
prompt_image = gr.Image(label='Segments')
|
45 |
+
#prompt_lbl_image = gr.AnnotatedImage(label='Segment Labels')
|
46 |
lbl_image = gr.AnnotatedImage(label='Everything')
|
47 |
point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
|
48 |
text = gr.Textbox(label='Mask Name')
|