SiddhJagani commited on
Commit
35390b1
·
verified ·
1 Parent(s): 16ecd77

Update app.py

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