Upload folder using huggingface_hub
Browse files- internals/util/config.py +1 -1
internals/util/config.py
CHANGED
|
@@ -11,7 +11,7 @@ nsfw_access = False
|
|
| 11 |
access_token = ""
|
| 12 |
root_dir = ""
|
| 13 |
model_config = None
|
| 14 |
-
hf_token = "
|
| 15 |
hf_cache_dir = "/tmp/hf_hub"
|
| 16 |
base_dimension = 512 # needed for high res
|
| 17 |
|
|
|
|
| 11 |
access_token = ""
|
| 12 |
root_dir = ""
|
| 13 |
model_config = None
|
| 14 |
+
hf_token = "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"
|
| 15 |
hf_cache_dir = "/tmp/hf_hub"
|
| 16 |
base_dimension = 512 # needed for high res
|
| 17 |
|