Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|