matjesg commited on
Commit
8d497a2
·
1 Parent(s): 6a0e973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,5 +37,6 @@ gr.Interface(inference,
37
  gr.outputs.Image(label='Uncertainty Map')],
38
  title=title,
39
  description=description,
40
- examples=examples
 
41
  ).launch()
 
37
  gr.outputs.Image(label='Uncertainty Map')],
38
  title=title,
39
  description=description,
40
+ examples=examples,
41
+ cache_examples=True,
42
  ).launch()