Update tool/ImageAnalysis.py
Browse files- tool/ImageAnalysis.py +1 -1
tool/ImageAnalysis.py
CHANGED
|
@@ -13,7 +13,7 @@ from langchain.base_language import BaseLanguageModel
|
|
| 13 |
import base64
|
| 14 |
from io import BytesIO
|
| 15 |
from PIL import Image
|
| 16 |
-
|
| 17 |
|
| 18 |
|
| 19 |
def convert_to_base64(pil_image):
|
|
|
|
| 13 |
import base64
|
| 14 |
from io import BytesIO
|
| 15 |
from PIL import Image
|
| 16 |
+
import os
|
| 17 |
|
| 18 |
|
| 19 |
def convert_to_base64(pil_image):
|