Spaces:
Running on Zero
Running on Zero
update app ✅
Browse files
app.py
CHANGED
|
@@ -260,11 +260,10 @@ with gr.Blocks() as demo:
|
|
| 260 |
|
| 261 |
gr.Examples(
|
| 262 |
examples=[
|
| 263 |
-
[["examples/1.jpg"], "
|
| 264 |
[["examples/2.jpg"], "Transform the image into a dotted cartoon style."],
|
| 265 |
[["examples/3.jpeg"], "Convert it to black and white."],
|
| 266 |
[["examples/4.jpg", "examples/5.jpg"], "Replace her glasses with the new glasses from image 1."],
|
| 267 |
-
[["examples/6.jpg", "examples/7.webp"], "A cat wearing glasses in image 2. Keep the body pose, background, lighting, and camera angle unchanged."],
|
| 268 |
[["examples/8.jpg", "examples/9.png"], "Replace the current clothing with the clothing from the reference image 2. Keep the person’s face, hairstyle, body pose, background, lighting, and camera angle unchanged. Ensure the new outfit fits naturally with realistic fabric texture, proper shadows, folds, and accurate proportions. Match the lighting, color tone, and overall style for a seamless and high-quality result."],
|
| 269 |
[["examples/10.jpg", "examples/11.png"], "Replace the current clothing with the clothing from the reference image 2. Keep the person’s face, hairstyle, body pose, background, lighting, and camera angle unchanged. Ensure the new outfit fits naturally with realistic fabric texture, proper shadows, folds, and accurate proportions. Match the lighting, color tone, and overall style for a seamless and high-quality result."],
|
| 270 |
],
|
|
|
|
| 260 |
|
| 261 |
gr.Examples(
|
| 262 |
examples=[
|
| 263 |
+
[["examples/1.jpg"], "cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed 'Fire-Edit' preserving realistic texture and details."],
|
| 264 |
[["examples/2.jpg"], "Transform the image into a dotted cartoon style."],
|
| 265 |
[["examples/3.jpeg"], "Convert it to black and white."],
|
| 266 |
[["examples/4.jpg", "examples/5.jpg"], "Replace her glasses with the new glasses from image 1."],
|
|
|
|
| 267 |
[["examples/8.jpg", "examples/9.png"], "Replace the current clothing with the clothing from the reference image 2. Keep the person’s face, hairstyle, body pose, background, lighting, and camera angle unchanged. Ensure the new outfit fits naturally with realistic fabric texture, proper shadows, folds, and accurate proportions. Match the lighting, color tone, and overall style for a seamless and high-quality result."],
|
| 268 |
[["examples/10.jpg", "examples/11.png"], "Replace the current clothing with the clothing from the reference image 2. Keep the person’s face, hairstyle, body pose, background, lighting, and camera angle unchanged. Ensure the new outfit fits naturally with realistic fabric texture, proper shadows, folds, and accurate proportions. Match the lighting, color tone, and overall style for a seamless and high-quality result."],
|
| 269 |
],
|