Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ from diffusers.utils import load_image
|
|
| 39 |
# import spaces
|
| 40 |
|
| 41 |
import huggingface_hub
|
| 42 |
-
huggingface_hub.login(os.getenv('
|
| 43 |
|
| 44 |
def calculate_shift(
|
| 45 |
image_seq_len,
|
|
|
|
| 39 |
# import spaces
|
| 40 |
|
| 41 |
import huggingface_hub
|
| 42 |
+
huggingface_hub.login(os.getenv('HF_TOKEN_FLUX3'))
|
| 43 |
|
| 44 |
def calculate_shift(
|
| 45 |
image_seq_len,
|