K00B404 commited on
Commit
f123326
·
verified ·
1 Parent(s): 06e1fc4

Update lorify.py

Browse files
Files changed (1) hide show
  1. lorify.py +1 -1
lorify.py CHANGED
@@ -9,7 +9,7 @@ from PIL import Image
9
  # Constants
10
  MAX_SEED = np.iinfo(np.int32).max
11
  HF_TOKEN = os.getenv('HF_TOKEN') # Set the environment variable for HF_TOKEN
12
- HF_TOKEN_UPSCALER = os.getenv('HF_TOKEN_UPSCALER') # Set the environment variable for HF_TOKEN_UPSCALER
13
 
14
 
15
  class Lorify:
 
9
  # Constants
10
  MAX_SEED = np.iinfo(np.int32).max
11
  HF_TOKEN = os.getenv('HF_TOKEN') # Set the environment variable for HF_TOKEN
12
+ HF_TOKEN_UPSCALER = os.getenv('HF_TOKEN') # Set the environment variable for HF_TOKEN_UPSCALER
13
 
14
 
15
  class Lorify: