Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def get_url_im(t):
|
|
25 |
|
26 |
def inference(image):
|
27 |
im_path = get_url_im(image)
|
28 |
-
im = Image.open(
|
29 |
|
30 |
|
31 |
return im, im , im
|
|
|
25 |
|
26 |
def inference(image):
|
27 |
im_path = get_url_im(image)
|
28 |
+
im = Image.open((im_path))
|
29 |
|
30 |
|
31 |
return im, im , im
|