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