Spaces:
Sleeping
Sleeping
Update sozo_gen.py
Browse files- sozo_gen.py +1 -1
sozo_gen.py
CHANGED
|
@@ -9,7 +9,7 @@ import pandas as pd
|
|
| 9 |
import numpy as np
|
| 10 |
import subprocess
|
| 11 |
from typing import Dict, List, Any
|
| 12 |
-
|
| 13 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 14 |
from google import genai
|
| 15 |
import requests
|
|
|
|
| 9 |
import numpy as np
|
| 10 |
import subprocess
|
| 11 |
from typing import Dict, List, Any
|
| 12 |
+
import tempfile
|
| 13 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 14 |
from google import genai
|
| 15 |
import requests
|