Skip to content

Commit

Permalink
Demo app updated
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarGracia committed Jul 26, 2024
1 parent 4c89243 commit 1c1370d
Show file tree
Hide file tree
Showing 8 changed files with 3,958 additions and 3,913 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ with gr.Blocks() as demo:
annotator_crop = image_annotator(
example_crop,
image_type="numpy",
disable_edit_boxes=True
disable_edit_boxes=True,
single_box=True,
)
image_crop = gr.Image()
button_crop = gr.Button("Crop")
Expand Down Expand Up @@ -236,7 +237,7 @@ bool

</td>
<td align="left"><code>False</code></td>
<td align="left">If True, at most one box can be drawn. Drawing a box when one already exists will replace it.</td>
<td align="left">If True, at most one box can be drawn.</td>
</tr>

<tr>
Expand Down
Loading

0 comments on commit 1c1370d

Please sign in to comment.