Imadsarvm commited on
Commit
00bd403
1 Parent(s): 9f67494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(im_reader(im_path))
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