Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,8 @@ import uuid
|
|
| 9 |
from datetime import datetime
|
| 10 |
import zipfile
|
| 11 |
|
|
|
|
|
|
|
| 12 |
# Persistent storage setup
|
| 13 |
BASE_DIR = os.path.abspath(os.getcwd())
|
| 14 |
HISTORY_DIR = os.path.join(BASE_DIR, "image_history")
|
|
|
|
| 9 |
from datetime import datetime
|
| 10 |
import zipfile
|
| 11 |
|
| 12 |
+
bytez_api_key = os.getenv("BYTEZ_API_KEY")
|
| 13 |
+
|
| 14 |
# Persistent storage setup
|
| 15 |
BASE_DIR = os.path.abspath(os.getcwd())
|
| 16 |
HISTORY_DIR = os.path.join(BASE_DIR, "image_history")
|