svjack commited on
Commit
bf87810
1 Parent(s): a53cdcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ gr=gr.Interface(fn=pred_func, inputs=['image','text'],
63
  outputs=[gr.Image(label='output').style(height=512),
64
  gr.Image(label='output').style(height=512)],
65
  examples=example_sample if example_sample else None,
 
66
  )
67
  gr.launch(share=False)
68
 
 
63
  outputs=[gr.Image(label='output').style(height=512),
64
  gr.Image(label='output').style(height=512)],
65
  examples=example_sample if example_sample else None,
66
+ cache_examples = False
67
  )
68
  gr.launch(share=False)
69