Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|