Spaces:
Runtime error
Runtime error
app
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import numpy as np
|
|
| 3 |
from PIL import Image
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
-
# Load
|
| 7 |
model = tf.keras.models.load_model("car_brand_classifier_final.h5")
|
| 8 |
|
| 9 |
# Define the preprocessing function
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
+
# Load Keras model
|
| 7 |
model = tf.keras.models.load_model("car_brand_classifier_final.h5")
|
| 8 |
|
| 9 |
# Define the preprocessing function
|