Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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']
|