DigiP-AI commited on
Commit
311b3ef
·
verified ·
1 Parent(s): cc44b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )