Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,6 @@ demo_app = gr.Interface(
|
|
93 |
title=title,
|
94 |
description=description,
|
95 |
examples=examples,
|
96 |
-
cache_examples=
|
97 |
)
|
98 |
demo_app.launch(debug=True, enable_queue=True)
|
|
|
93 |
title=title,
|
94 |
description=description,
|
95 |
examples=examples,
|
96 |
+
cache_examples=False,
|
97 |
)
|
98 |
demo_app.launch(debug=True, enable_queue=True)
|