Tejas1020 commited on
Commit
295f539
·
verified ·
1 Parent(s): 92fdef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def process_image(image_path, model):
70
  return image_np, result.object_prediction_list
71
 
72
  def main():
73
- st.title("Object Detection with YOLO and SAHI")
74
 
75
  # Load model
76
  @st.cache_resource
 
70
  return image_np, result.object_prediction_list
71
 
72
  def main():
73
+ st.title("AI Powered Ship Detection using SAR")
74
 
75
  # Load model
76
  @st.cache_resource