Spaces:
Running on Zero
Running on Zero
update app ✅
Browse files
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 |
|