Spaces:
Sleeping
Sleeping
Update synthscope.py
Browse files- synthscope.py +1 -0
synthscope.py
CHANGED
|
@@ -3,6 +3,7 @@ from google.genai.types import Tool, GenerateContentConfig, GoogleSearch
|
|
| 3 |
from google.genai import types
|
| 4 |
from PIL import Image
|
| 5 |
from io import BytesIO
|
|
|
|
| 6 |
import os
|
| 7 |
|
| 8 |
api_key = os.getenv("GEMINI_API_KEY")
|
|
|
|
| 3 |
from google.genai import types
|
| 4 |
from PIL import Image
|
| 5 |
from io import BytesIO
|
| 6 |
+
import wave
|
| 7 |
import os
|
| 8 |
|
| 9 |
api_key = os.getenv("GEMINI_API_KEY")
|