prithivMLmods commited on
Commit
c0c4102
·
verified ·
1 Parent(s): 8981b09

update app ✅

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -932,7 +932,7 @@ with gr.Blocks() as demo:
932
  gr.Markdown(
933
  "Perform diverse image edits using a specialized [LoRA](https://huggingface.co/prithivMLmods/QIE-2509-Object-Remover-Bbox). "
934
  "Upload an image directly into the bounding box editor area below, draw red bounding boxes over the objects you want to remove, and click Remove Object. "
935
- "Multiple boxes supported. Select, move, resize or delete individual boxes.",
936
  elem_id="subtitle",
937
  )
938
 
 
932
  gr.Markdown(
933
  "Perform diverse image edits using a specialized [LoRA](https://huggingface.co/prithivMLmods/QIE-2509-Object-Remover-Bbox). "
934
  "Upload an image directly into the bounding box editor area below, draw red bounding boxes over the objects you want to remove, and click Remove Object. "
935
+ "Multiple boxes supported. Select, move, resize or delete individual boxes. Open on [GitHub](https://github.com/PRITHIVSAKTHIUR/QIE-Object-Remover-Bbox)",
936
  elem_id="subtitle",
937
  )
938