Spaces:
Running
on
Zero
Running
on
Zero
docs: clarify image resizing to 'shorter side = 512px'
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ description = r"""
|
|
248 |
🔥 ObjectClear is an object removal model that can jointly eliminate the target object and its associated effects leveraging Object-Effect Attention, while preserving background consistency.<br>
|
249 |
🖼️ Try to drop your image, assign the target masks with a few clicks, and get the object removal results!<br>
|
250 |
|
251 |
-
*Note:
|
252 |
"""
|
253 |
|
254 |
article = r"""<h3>
|
|
|
248 |
🔥 ObjectClear is an object removal model that can jointly eliminate the target object and its associated effects leveraging Object-Effect Attention, while preserving background consistency.<br>
|
249 |
🖼️ Try to drop your image, assign the target masks with a few clicks, and get the object removal results!<br>
|
250 |
|
251 |
+
*Note: All input images are resized so that the shorter side is 512 pixels, ensuring consistency with the 512×512 training resolution.<br>*
|
252 |
"""
|
253 |
|
254 |
article = r"""<h3>
|