Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with gr.Blocks() as iface:
|
|
| 64 |
with gr.Column(elem_id="examples_container"):
|
| 65 |
gr.Markdown("### Example Prompts")
|
| 66 |
gr.Examples(
|
| 67 |
-
|
| 68 |
inputs=[input_image],
|
| 69 |
cache_examples=False
|
| 70 |
)
|
|
|
|
| 64 |
with gr.Column(elem_id="examples_container"):
|
| 65 |
gr.Markdown("### Example Prompts")
|
| 66 |
gr.Examples(
|
| 67 |
+
example_img_paths,
|
| 68 |
inputs=[input_image],
|
| 69 |
cache_examples=False
|
| 70 |
)
|