Update sozo_gen.py
Browse files- sozo_gen.py +1 -1
sozo_gen.py
CHANGED
|
@@ -18,7 +18,7 @@ import cv2
|
|
| 18 |
import inspect
|
| 19 |
import tempfile
|
| 20 |
import subprocess
|
| 21 |
-
from typing import Dict, List
|
| 22 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 23 |
from google import genai
|
| 24 |
import requests
|
|
|
|
| 18 |
import inspect
|
| 19 |
import tempfile
|
| 20 |
import subprocess
|
| 21 |
+
from typing import Dict, List, Tuple, Any
|
| 22 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 23 |
from google import genai
|
| 24 |
import requests
|