LN1996 commited on
Commit
f588f83
·
1 Parent(s): 25dd51c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -321,7 +321,7 @@ demo = gr.Interface(inference,
321
  title = title,
322
  description = description,
323
  examples = examples,
324
- cache_examples=True
325
  )
326
  demo.launch()
327
 
 
321
  title = title,
322
  description = description,
323
  examples = examples,
324
+ # cache_examples=True
325
  )
326
  demo.launch()
327