Spaces:
Running
Running
Update models/transformer/constants.py
Browse files
models/transformer/constants.py
CHANGED
|
@@ -1 +1,5 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
CHECKPOINT_PATH = "TeePoat"
|
| 5 |
+
HF_TOKEN = os.environ.get("HF_TOKEN")
|