siddhantuniyal commited on
Commit
25153d5
1 Parent(s): fa4dd86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
  from PIL import Image
8
  import io
9
 
10
- model = load_model('api\\vgg_model.h5')
11
 
12
  def infer(image_url):
13
  # Load and preprocess the image
 
7
  from PIL import Image
8
  import io
9
 
10
+ model = load_model('vgg_model.h5')
11
 
12
  def infer(image_url):
13
  # Load and preprocess the image