mzimm003 commited on
Commit
2f7ab96
·
verified ·
1 Parent(s): 22beef3

Update app.py

Browse files

Avoid caching play across all instances.

Files changed (1) hide show
  1. app.py +1 -1
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,