Gosula commited on
Commit
c047828
1 Parent(s): 24f8dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from utils import non_max_suppression, plot_image, cells_to_bboxes
10
  import config
11
  import albumentations as A
12
  from albumentations.pytorch import ToTensorV2
13
-
14
  import matplotlib.pyplot as plt
15
  import matplotlib.patches as patches
16
 
 
10
  import config
11
  import albumentations as A
12
  from albumentations.pytorch import ToTensorV2
13
+ from model import YoloVersion3
14
  import matplotlib.pyplot as plt
15
  import matplotlib.patches as patches
16