bills commited on
Commit
7cdaae6
1 Parent(s): 9f02801

Add some feature

Browse files
apps/__pycache__/home.cpython-37.pyc CHANGED
Binary files a/apps/__pycache__/home.cpython-37.pyc and b/apps/__pycache__/home.cpython-37.pyc differ
 
apps/home.py CHANGED
@@ -14,7 +14,8 @@ def app():
14
  """
15
  This application is build based on YOLOv5 with extral large model. User just
16
  upload an image, and press the 'Predict' button to make a prediction base on
17
- a training model before.
 
18
 
19
  ### For more information, please visit:
20
 
 
14
  """
15
  This application is build based on YOLOv5 with extral large model. User just
16
  upload an image, and press the 'Predict' button to make a prediction base on
17
+ a training model before **(the explanation of the result from the detection and tutorial how to use the model
18
+ is on the bottom of this page. Scroll down or [click here!](#explanation-of-the-ship-detection-result))**.
19
 
20
  ### For more information, please visit:
21