Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAvoid caching play across all instances.
app.py
CHANGED
@@ -7,7 +7,7 @@ from streamlit_image_coordinates import streamlit_image_coordinates
|
|
7 |
|
8 |
class HvB(HumanVsBot):
|
9 |
@staticmethod
|
10 |
-
@st.cache_resource()
|
11 |
def get_hvb_manager(
|
12 |
_model,
|
13 |
_environment,
|
|
|
7 |
|
8 |
class HvB(HumanVsBot):
|
9 |
@staticmethod
|
10 |
+
# @st.cache_resource()
|
11 |
def get_hvb_manager(
|
12 |
_model,
|
13 |
_environment,
|