Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,12 +56,12 @@ with block:
|
|
56 |
point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
|
57 |
reset_btn = gr.Button('Reset')
|
58 |
run_btn = gr.Button('Run', variant = 'primary')
|
59 |
-
with gr.Column(scale=2):
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
# components
|
66 |
components = {
|
67 |
point_coords, point_labels, raw_image, masks, cutout_idx,
|
|
|
56 |
point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
|
57 |
reset_btn = gr.Button('Reset')
|
58 |
run_btn = gr.Button('Run', variant = 'primary')
|
59 |
+
#with gr.Column(scale=2):
|
60 |
+
# with gr.Accordion('Provide Feedback', open=False):
|
61 |
+
# feedback_textbox = gr.Textbox(lines=3, show_label=False, info="Comments (Leave blank to vote without any comments)")
|
62 |
+
# with gr.Row():
|
63 |
+
# upvote_button = gr.Button('Upvote')
|
64 |
+
# downvote_button = gr.Button('Downvote')
|
65 |
# components
|
66 |
components = {
|
67 |
point_coords, point_labels, raw_image, masks, cutout_idx,
|