rairo commited on
Commit
6876ebd
·
verified ·
1 Parent(s): 1c5a346

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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