Pranjal-666 commited on
Commit
99786e5
1 Parent(s): ffd45c2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from PIL import Image
5
  from io import BytesIO
6
  import matplotlib.pyplot as plt
7
-
8
 
9
  # Load the trained TensorFlow model using the Keras API
10
  model = tf.keras.models.load_model("potatoesV3.h5")
 
4
  from PIL import Image
5
  from io import BytesIO
6
  import matplotlib.pyplot as plt
7
+ import os
8
 
9
  # Load the trained TensorFlow model using the Keras API
10
  model = tf.keras.models.load_model("potatoesV3.h5")