courte commited on
Commit
b96312a
·
1 Parent(s): 3cbfd9b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  from PIL import Image
4
  import gradio as gr
5
 
6
- # Load the Keras model
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