Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ with gr.Blocks() as demo:
|
|
| 202 |
label="Output OBJ",
|
| 203 |
interactive=False,
|
| 204 |
)
|
| 205 |
-
gr.Markdown("Note:
|
| 206 |
|
| 207 |
inputs = [
|
| 208 |
processed_image,
|
|
|
|
| 202 |
label="Output OBJ",
|
| 203 |
interactive=False,
|
| 204 |
)
|
| 205 |
+
gr.Markdown("Note: Ensure that the input image is correctly pre-processed into a grey background, otherwise the results will be unpredictable.")
|
| 206 |
|
| 207 |
inputs = [
|
| 208 |
processed_image,
|