Sompote commited on
Commit
f33aeb4
·
verified ·
1 Parent(s): e1a29fd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def merge_overlapping_detections(detections, iou_threshold=0.5):
168
  return merged_detections
169
 
170
  def main():
171
- st.title("Train obstruciton detection V1")
172
 
173
  # Initialize session state
174
  if 'points' not in st.session_state:
 
168
  return merged_detections
169
 
170
  def main():
171
+ st.title("Train obstruction detection V1")
172
 
173
  # Initialize session state
174
  if 'points' not in st.session_state: