Spaces:
Running
Running
Update .streamlit/secrets.toml
Browse files- .streamlit/secrets.toml +2 -2
.streamlit/secrets.toml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import os
|
2 |
|
3 |
# Set environment variable for Hugging Face token
|
4 |
-
os.environ["
|
5 |
|
6 |
|
7 |
["huggingface"]
|
8 |
-
|
|
|
1 |
import os
|
2 |
|
3 |
# Set environment variable for Hugging Face token
|
4 |
+
os.environ["huggingface"] = "hf_token"
|
5 |
|
6 |
|
7 |
["huggingface"]
|
8 |
+
TOML_huggingface = "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"
|