Spaces:
Running
on
Zero
Running
on
Zero
disable cache examples
Browse files
app.py
CHANGED
|
@@ -1686,7 +1686,7 @@ if __name__ == "__main__" and not os.environ.get('QR_TESTING_MODE'):
|
|
| 1686 |
],
|
| 1687 |
outputs=[artistic_output_image, artistic_error_message],
|
| 1688 |
fn=generate_artistic_qr,
|
| 1689 |
-
cache_examples=
|
| 1690 |
)
|
| 1691 |
|
| 1692 |
app.launch(share=False, mcp_server=True)
|
|
|
|
| 1686 |
],
|
| 1687 |
outputs=[artistic_output_image, artistic_error_message],
|
| 1688 |
fn=generate_artistic_qr,
|
| 1689 |
+
cache_examples=False
|
| 1690 |
)
|
| 1691 |
|
| 1692 |
app.launch(share=False, mcp_server=True)
|