toshas commited on
Commit
bbdee28
·
1 Parent(s): 4cce5d7

disable example caching

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ iface = gr.Interface(
118
  height: 32px;
119
  }
120
  """,
121
- cache_examples=True,
122
  )
123
 
124
 
 
118
  height: 32px;
119
  }
120
  """,
121
+ cache_examples=False,
122
  )
123
 
124