Skip to content

Commit 6552f51

Browse files
committed
removed the disk caches as they are problematic
1 parent 9fd98c2 commit 6552f51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

amadeusgpt/app_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ def update_df_data(new_item, index_to_update, df, csv_file):
581581
return csv_file, df
582582

583583

584-
@st.cache_data(persist="disk")
585584
def get_scene_image(example):
586585
if AnimalBehaviorAnalysis.get_video_file_path() is not None:
587586
scene_image = Scene.get_scene_frame()

0 commit comments

Comments
 (0)