gururise commited on
Commit
aeecaed
·
1 Parent(s): 4dfa34f

revert cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ iface = gr.Interface(
241
  ],
242
  outputs=gr.Textbox(label="Generated Output", lines=25),
243
  examples=examples,
244
- cache_examples=True,
245
  ).queue()
246
 
247
  chatiface = gr.Interface(
 
241
  ],
242
  outputs=gr.Textbox(label="Generated Output", lines=25),
243
  examples=examples,
244
+ cache_examples=False,
245
  ).queue()
246
 
247
  chatiface = gr.Interface(