SANJAYV10 commited on
Commit
632b6a2
1 Parent(s): ce367a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ class Prediction:
13
  app = fastapi.FastAPI()
14
 
15
  # Load the .bin model
16
- model = torch.load("/main/best_model-epoch=01-val_loss=3.00.ckpt", map_location='cpu')
17
 
18
  # Define a function to preprocess the input image
19
  def preprocess_input(input: Any):
 
13
  app = fastapi.FastAPI()
14
 
15
  # Load the .bin model
16
+ model = torch.load("/main/model67.bin", map_location='cpu')
17
 
18
  # Define a function to preprocess the input image
19
  def preprocess_input(input: Any):