Update app.py
Browse files
app.py
CHANGED
@@ -216,6 +216,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
216 |
gr.Examples(
|
217 |
examples = examples,
|
218 |
inputs = [text_prompt],
|
|
|
219 |
cache_examples="lazy",
|
220 |
outputs=image_output
|
221 |
)
|
|
|
216 |
gr.Examples(
|
217 |
examples = examples,
|
218 |
inputs = [text_prompt],
|
219 |
+
fn=gen,
|
220 |
cache_examples="lazy",
|
221 |
outputs=image_output
|
222 |
)
|