Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -930,7 +930,7 @@ bbox_drawer_js = r"""
|
|
| 930 |
with gr.Blocks() as demo:
|
| 931 |
gr.Markdown("# **QIE-Object-Remover-Bbox**", elem_id="main-title")
|
| 932 |
gr.Markdown(
|
| 933 |
-
"Perform diverse image edits using a specialized [LoRA](https://huggingface.co/prithivMLmods/QIE-
|
| 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",
|
|
|
|
| 930 |
with gr.Blocks() as demo:
|
| 931 |
gr.Markdown("# **QIE-Object-Remover-Bbox**", elem_id="main-title")
|
| 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",
|