Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -655,18 +655,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
| 655 |
outputs=[video_output, video_seed, video_status]
|
| 656 |
)
|
| 657 |
|
| 658 |
-
|
| 659 |
-
gr.Examples(
|
| 660 |
-
examples=[
|
| 661 |
-
["Create a dreamy watercolor style with soft pastels", "examples/photo1.jpg", None],
|
| 662 |
-
["Transform into cyberpunk neon aesthetic", "examples/photo2.jpg", "examples/style.jpg"],
|
| 663 |
-
["Make it look like Studio Ghibli animation", "examples/landscape.jpg", None],
|
| 664 |
-
],
|
| 665 |
-
inputs=[style_prompt, image1, image2],
|
| 666 |
-
outputs=[output_image, img_status],
|
| 667 |
-
fn=process_images,
|
| 668 |
-
cache_examples=False
|
| 669 |
-
)
|
| 670 |
|
| 671 |
# Launch
|
| 672 |
if __name__ == "__main__":
|
|
|
|
| 655 |
outputs=[video_output, video_seed, video_status]
|
| 656 |
)
|
| 657 |
|
| 658 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 659 |
|
| 660 |
# Launch
|
| 661 |
if __name__ == "__main__":
|