Spaces:
Running
Running
Update app.py
Browse files
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 |
|