Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -15,7 +15,7 @@ from firebase_admin import credentials, db, storage, auth
|
|
| 15 |
from PIL import Image
|
| 16 |
from io import BytesIO
|
| 17 |
import requests
|
| 18 |
-
|
| 19 |
# Import and configure Google GenAI, matching the Streamlit app
|
| 20 |
from google import genai
|
| 21 |
from google.genai import types
|
|
|
|
| 15 |
from PIL import Image
|
| 16 |
from io import BytesIO
|
| 17 |
import requests
|
| 18 |
+
from elevenlabs import ElevenLabs
|
| 19 |
# Import and configure Google GenAI, matching the Streamlit app
|
| 20 |
from google import genai
|
| 21 |
from google.genai import types
|