Spaces:
Paused
Paused
Security: Add env-example.txt with placeholder token
Browse files- Add back env-example.txt with placeholder instead of real token
- File was removed from history to eliminate security risk
- env-example.txt +4 -0
env-example.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face Authentication
|
| 2 |
+
# Get your token from: https://huggingface.co/settings/tokens
|
| 3 |
+
# Required for accessing gated models or to avoid rate limits
|
| 4 |
+
HF_TOKEN=your_hugging_face_token_here
|