appledog00 commited on
Commit
c4ee05d
·
verified ·
1 Parent(s): 2ba174b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from tensorflow.keras.utils import to_categorical
9
  app = FastAPI()
10
 
11
  # Load the pre-trained model
12
- model = load_model('D:/Downloads/potholes/sample.h5')
13
 
14
  # Predefined image size for prediction
15
  size = 100
 
9
  app = FastAPI()
10
 
11
  # Load the pre-trained model
12
+ model = load_model('sample.h5')
13
 
14
  # Predefined image size for prediction
15
  size = 100