Spaces:
Runtime error
Runtime error
Update lorify.py
Browse files
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('
|
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:
|