Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -583,18 +583,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
583 |
outputs=[video_output, video_seed, video_status]
|
584 |
)
|
585 |
|
586 |
-
|
587 |
-
gr.Examples(
|
588 |
-
examples=[
|
589 |
-
["Create a dreamy watercolor style with soft pastels", "examples/photo1.jpg", None],
|
590 |
-
["Transform into cyberpunk neon aesthetic", "examples/photo2.jpg", "examples/style.jpg"],
|
591 |
-
["Make it look like Studio Ghibli animation", "examples/landscape.jpg", None],
|
592 |
-
],
|
593 |
-
inputs=[style_prompt, image1, image2],
|
594 |
-
outputs=[output_image, img_status],
|
595 |
-
fn=process_images,
|
596 |
-
cache_examples=False
|
597 |
-
)
|
598 |
|
599 |
# Launch
|
600 |
if __name__ == "__main__":
|
|
|
583 |
outputs=[video_output, video_seed, video_status]
|
584 |
)
|
585 |
|
586 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
587 |
|
588 |
# Launch
|
589 |
if __name__ == "__main__":
|