pgurazada1 commited on
Commit
d92b39e
1 Parent(s): d74323c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -73,6 +73,7 @@ demo = gr.Interface(
73
  ["For how many customers was our last marketing campaign a success?", ""],
74
  ["What is the most common marital status of our customers?"]
75
  ],
 
76
  concurrency_limit=8
77
  )
78
 
 
73
  ["For how many customers was our last marketing campaign a success?", ""],
74
  ["What is the most common marital status of our customers?"]
75
  ],
76
+ cache_examples=False,
77
  concurrency_limit=8
78
  )
79