Spaces:
Runtime error
Runtime error
siddhantuniyal
commited on
Commit
•
25153d5
1
Parent(s):
fa4dd86
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import requests
|
|
7 |
from PIL import Image
|
8 |
import io
|
9 |
|
10 |
-
model = load_model('
|
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
|