Spaces:
Runtime error
Runtime error
kasand
commited on
Commit
·
c292aa7
1
Parent(s):
9245da8
try without cache
Browse files
app.py
CHANGED
|
@@ -23,7 +23,6 @@ class Process:
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
@staticmethod
|
| 26 |
-
@st.cache_resource(ttl=60 * 60, max_entries=3, allow_output_mutation=True, show_spinner=False)
|
| 27 |
def get(components, data):
|
| 28 |
"""
|
| 29 |
Lookup or creates a new workflow process instance.
|
|
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
@staticmethod
|
|
|
|
| 26 |
def get(components, data):
|
| 27 |
"""
|
| 28 |
Lookup or creates a new workflow process instance.
|