Manoj779944 commited on
Commit
d154c2d
·
verified ·
1 Parent(s): 50e22ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ effnetb2.load_state_dict(
12
  f="09_pretrained_effnetb2_feature_extractor_pizza_steak_sushi_20_percent.pth",
13
  map_location=torch.device("cpu")
14
  )
15
- )g
16
 
17
  def predict(img) -> Tuple[Dict,float]:
18
  start_time = timer()
 
12
  f="09_pretrained_effnetb2_feature_extractor_pizza_steak_sushi_20_percent.pth",
13
  map_location=torch.device("cpu")
14
  )
15
+ )
16
 
17
  def predict(img) -> Tuple[Dict,float]:
18
  start_time = timer()