OnabajoMonsurat commited on
Commit
161ac2f
1 Parent(s): 8b09e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ import torch
7
  from model import create_effnetb2_model
8
  from timeit import default_timer as timer
9
  from typing import Tuple, Dict
10
- import class_names
11
 
12
  # Setup class names
13
  with open(class_names.txt, 'r') as f:
 
7
  from model import create_effnetb2_model
8
  from timeit import default_timer as timer
9
  from typing import Tuple, Dict
 
10
 
11
  # Setup class names
12
  with open(class_names.txt, 'r') as f: