Update app.py
Browse files
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 |
|