abdulrahman245 commited on
Commit
09f8bbf
·
verified ·
1 Parent(s): c34f838

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import plotly.graph_objects as go
6
 
7
  # Load your trained CIFAR model
8
- model = lm('build_model_1_v2.keras')
9
 
10
  # Define the CIFAR-10 class names
11
  class_names = ['airplane', 'automobile', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck']
 
5
  import plotly.graph_objects as go
6
 
7
  # Load your trained CIFAR model
8
+ model = lm('build_model_1_v2.h5')
9
 
10
  # Define the CIFAR-10 class names
11
  class_names = ['airplane', 'automobile', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck']