Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -99,7 +99,7 @@
|
|
99 |
points_state = gr.State([])
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
-
image = gr.Image(label="Input Image"
|
103 |
clear_points = gr.Button(value="Clear Points")
|
104 |
points = gr.JSON(label="Input Points", visible=False)
|
105 |
with gr.Column():
|
|
|
99 |
points_state = gr.State([])
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
+
image = gr.Image(label="Input Image")
|
103 |
clear_points = gr.Button(value="Clear Points")
|
104 |
points = gr.JSON(label="Input Points", visible=False)
|
105 |
with gr.Column():
|