radames commited on
Commit
a4534a7
1 Parent(s): 0add021

Update index.html

Browse files
Files changed (1) hide show
  1. 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", type="pil")
103
  clear_points = gr.Button(value="Clear Points")
104
  points = gr.JSON(label="Input Points", visible=False)
105
  with gr.Column():