Spaces:
Paused
Paused
update app
Browse files
app.py
CHANGED
|
@@ -366,11 +366,6 @@ with gr.Blocks() as demo:
|
|
| 366 |
"cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by prithivMLmods preserving realistic texture and details",
|
| 367 |
"None"
|
| 368 |
],
|
| 369 |
-
[
|
| 370 |
-
["examples/1.jpg", "examples/2.jpg"],
|
| 371 |
-
"Apply the style from image 2 to image 1, preserving the subject's identity.",
|
| 372 |
-
"Klein-Delight-Style"
|
| 373 |
-
],
|
| 374 |
],
|
| 375 |
inputs=[input_images, prompt, selected_style_name],
|
| 376 |
outputs=[output_image, used_seed],
|
|
|
|
| 366 |
"cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by prithivMLmods preserving realistic texture and details",
|
| 367 |
"None"
|
| 368 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 369 |
],
|
| 370 |
inputs=[input_images, prompt, selected_style_name],
|
| 371 |
outputs=[output_image, used_seed],
|