Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,6 +52,7 @@ demo = gr.Interface(
|
|
| 52 |
description="This web API presents an interface to ask questions on information stored in a credit card database.",
|
| 53 |
article=schema,
|
| 54 |
examples=[["Who are the top 5 merchants by total transactions?", ""]],
|
|
|
|
| 55 |
concurrency_limit=8
|
| 56 |
)
|
| 57 |
|
|
|
|
| 52 |
description="This web API presents an interface to ask questions on information stored in a credit card database.",
|
| 53 |
article=schema,
|
| 54 |
examples=[["Who are the top 5 merchants by total transactions?", ""]],
|
| 55 |
+
cache_examples=False,
|
| 56 |
concurrency_limit=8
|
| 57 |
)
|
| 58 |
|