awacke1 commited on
Commit
7ab71f6
1 Parent(s): be142ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ from camera_input_live import camera_input_live
13
  st.set_page_config(layout="wide")
14
 
15
  # Decorator for caching images
16
- @st.cache(allow_output_mutation=True)
17
  def get_image_count():
18
  return {'count': 0}
19
 
 
13
  st.set_page_config(layout="wide")
14
 
15
  # Decorator for caching images
 
16
  def get_image_count():
17
  return {'count': 0}
18