update app
Browse files
app.py
CHANGED
|
@@ -333,7 +333,7 @@ with gr.Blocks() as demo:
|
|
| 333 |
[["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
|
| 334 |
[["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
|
| 335 |
[["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
|
| 336 |
-
[["examples/MT.
|
| 337 |
[["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
|
| 338 |
[["examples/L1.jpg", "examples/L2.jpg"], "Refer to the color tone, remove the original lighting from Image 1, and relight Image 1 based on the lighting and color tone of Image 2.", "Light-Migration"],
|
| 339 |
[["examples/P1.jpg", "examples/P2.jpg"], "Make the person in image 1 do the exact same pose of the person in image 2. Changing the style and background of the image of the person in image 1 is undesirable, so don't do it.", "Any-Pose"],
|
|
|
|
| 333 |
[["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
|
| 334 |
[["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
|
| 335 |
[["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
|
| 336 |
+
[["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
|
| 337 |
[["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
|
| 338 |
[["examples/L1.jpg", "examples/L2.jpg"], "Refer to the color tone, remove the original lighting from Image 1, and relight Image 1 based on the lighting and color tone of Image 2.", "Light-Migration"],
|
| 339 |
[["examples/P1.jpg", "examples/P2.jpg"], "Make the person in image 1 do the exact same pose of the person in image 2. Changing the style and background of the image of the person in image 1 is undesirable, so don't do it.", "Any-Pose"],
|