jzhang533 commited on
Commit
e726d75
·
1 Parent(s): daf8121

Signed-off-by: Zhang Jun <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,5 +45,6 @@ gr.Interface(
45
  title=title,
46
  description=description,
47
  examples=examples,
 
48
  css=css
49
  ).launch(debug=False)
 
45
  title=title,
46
  description=description,
47
  examples=examples,
48
+ cache_examples=False,
49
  css=css
50
  ).launch(debug=False)