kraxenia commited on
Commit
6529799
·
verified ·
1 Parent(s): a8c40e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def api_call(image_base64_file):
39
 
40
 
41
  def predict(img_input):
42
- img = load_img(img_input
43
  img = img.convert("RGB")
44
  image_base64_file = convert_image_to_base64_string(img)
45
 
 
39
 
40
 
41
  def predict(img_input):
42
+ img = load_img(img_input)
43
  img = img.convert("RGB")
44
  image_base64_file = convert_image_to_base64_string(img)
45