abhishekrs4 commited on
Commit
c1de498
1 Parent(s): e274c0a

revert script

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -79,7 +79,6 @@ def run_inference(image_array, file_weights, num_classes=5, file_stats_json="tra
79
 
80
  return pred_mask_arr
81
 
82
- @st.cache_data
83
  def infer():
84
  st.title("Oil spill detection app")
85
 
 
79
 
80
  return pred_mask_arr
81
 
 
82
  def infer():
83
  st.title("Oil spill detection app")
84