generativeai commited on
Commit
efdf10a
1 Parent(s): d27b844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import cv2
7
  import numpy as np
8
  from PIL import ImageOps
9
 
10
- load_dotenv()
11
 
12
  def crop_photoshoot_images(photo_shoot_id):
13
  folder = "PhotoShoots/" + str(photo_shoot_id) + "/Inputs"
 
7
  import numpy as np
8
  from PIL import ImageOps
9
 
10
+ load_dotenv()
11
 
12
  def crop_photoshoot_images(photo_shoot_id):
13
  folder = "PhotoShoots/" + str(photo_shoot_id) + "/Inputs"