John6666 commited on
Commit
e07dfeb
·
verified ·
1 Parent(s): 013d4e3

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks(fill_width=True, elem_id="container", css=css, delete_cache=(60,
180
  ["beautiful sunset"],
181
  ],
182
  inputs=[prompt],
183
- chache_examples=False,
184
  )
185
 
186
  gr.on( #lambda x: None, inputs=None, outputs=result).then(
 
180
  ["beautiful sunset"],
181
  ],
182
  inputs=[prompt],
183
+ cache_examples=False,
184
  )
185
 
186
  gr.on( #lambda x: None, inputs=None, outputs=result).then(