Kevin Sun commited on
Commit
85eb645
·
1 Parent(s): 6cd90b7

bug fix for app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import argparse
5
  from functools import reduce
6
  import PIL.Image as Image
7
  import torch
8
- from modeling.model import CaR
9
  from utils.utils import Config, load_yaml
10
  import matplotlib.pyplot as plt
11
  import colorsys
 
5
  from functools import reduce
6
  import PIL.Image as Image
7
  import torch
8
+ from modeling.model.car import CaR
9
  from utils.utils import Config, load_yaml
10
  import matplotlib.pyplot as plt
11
  import colorsys