Update app.py
Browse files
app.py
CHANGED
|
@@ -599,8 +599,8 @@ with gr.Blocks(theme='ocean') as demo:
|
|
| 599 |
2. Upload the second image containing the object you want to insert<br>
|
| 600 |
3. Click "Generate Composite Image" and wait for the Gradio and Nano-Banana to blend the images<br>
|
| 601 |
|
| 602 |
-
The Gradio app will intelligently place the object from the second image into the boxed area of the first image,
|
| 603 |
-
taking care of lighting, shadows, and proper integration
|
| 604 |
"""
|
| 605 |
)
|
| 606 |
|
|
|
|
| 599 |
2. Upload the second image containing the object you want to insert<br>
|
| 600 |
3. Click "Generate Composite Image" and wait for the Gradio and Nano-Banana to blend the images<br>
|
| 601 |
|
| 602 |
+
<br>The Gradio app will intelligently place the object from the second image into the boxed area of the first image,
|
| 603 |
+
taking care of lighting, shadows, and proper integration.<br>Kindly note that this app is experimental, so image edits might not always create the desired results. You can create a duplicate of the app and experiment with the prompt available <a href="https://huggingface.co/spaces/ysharma/guided-placement-nano-banana/blob/main/app.py#L34">here</a> to achieve better results.
|
| 604 |
"""
|
| 605 |
)
|
| 606 |
|