IndianServers commited on
Commit
8b03506
·
verified ·
1 Parent(s): e797c13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  from PIL import Image
5
 
6
  # Load the model
7
- model = tf.saved_model.load('./saved_model')
8
 
9
  # Define the prediction function
10
  def predict(image):
 
4
  from PIL import Image
5
 
6
  # Load the model
7
+ model = tf.saved_model.load('.')
8
 
9
  # Define the prediction function
10
  def predict(image):