kamau1 commited on
Commit
3f25fa8
·
1 Parent(s): a2aa4e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -15,14 +15,8 @@ def gradio_app(image_path):
15
  return out_img
16
 
17
 
18
- title = "Seamore"
19
- description = "----eyes in the sea----" \
20
- "seamore is trained on 691 classes using 33,667 localized images from " \
21
- "MBARI’s Video Annotation and Reference System (VARS). " \
22
- "We used the PyTorch " \
23
- "framework and the yolov5 ‘YOLOv5x’ pretrained checkpoint to " \
24
- "train for 28 epochs with a batch size of 18 and image size of " \
25
- "."
26
 
27
  examples = glob.glob("images/*.png")
28
 
 
15
  return out_img
16
 
17
 
18
+ #title = "Seamore"
19
+ #description = "----eyes in the sea----"
 
 
 
 
 
 
20
 
21
  examples = glob.glob("images/*.png")
22