rairo commited on
Commit
db3b812
·
verified ·
1 Parent(s): 3ff9df9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -13,6 +13,7 @@ from flask_cors import CORS
13
  import firebase_admin
14
  from firebase_admin import credentials, db, storage, auth
15
  from PIL import Image
 
16
  import requests
17
 
18
  # Import and configure Google GenAI, matching the Streamlit app
 
13
  import firebase_admin
14
  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