Spaces:
Running
Running
Update main.py
Browse files
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
|