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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -215,10 +215,7 @@ with gr.Blocks(theme=theme, css=css) as app:
215
  with gr.Row():
216
  gr.Examples(
217
  examples = examples,
218
- inputs = [text_prompt],
219
- fn=gen,
220
- cache_examples="lazy",
221
- outputs=image_output
222
  )
223
 
224
 
 
215
  with gr.Row():
216
  gr.Examples(
217
  examples = examples,
218
+
 
 
 
219
  )
220
 
221