Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -524,11 +524,11 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
|
|
| 524 |
|
| 525 |
gr.Examples(
|
| 526 |
examples=[
|
| 527 |
-
["examples/
|
| 528 |
-
["examples/
|
| 529 |
-
["examples/
|
| 530 |
-
["examples/
|
| 531 |
-
["examples/
|
| 532 |
],
|
| 533 |
inputs=[content_input, style_input, strength_slider],
|
| 534 |
outputs=output_image,
|
|
|
|
| 524 |
|
| 525 |
gr.Examples(
|
| 526 |
examples=[
|
| 527 |
+
["examples/content_fox.jpg", "examples/style_oil_painting.jpg", 0.65],
|
| 528 |
+
["examples/content_astronaut.jpg", "examples/style_3d_render.jpg", 0.7],
|
| 529 |
+
["examples/content_owl.jpg", "examples/style_watercolor.jpg", 0.6],
|
| 530 |
+
["examples/content_cat.jpg", "examples/style_flat_vector.jpg", 0.7],
|
| 531 |
+
["examples/content_lighthouse.jpg", "examples/style_anime_illustration.jpg", 0.65],
|
| 532 |
],
|
| 533 |
inputs=[content_input, style_input, strength_slider],
|
| 534 |
outputs=output_image,
|