Spaces:
Runtime error
Runtime error
File size: 534 Bytes
f39b1f2 f42fa3f 2f436dd bf988e1 2f436dd bf988e1 2f436dd f39b1f2 026baa0 888548a f39b1f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
HF_API_KEY=""
# ----------- CENSORSHIP -------
# Due to abuse by users, I've had to add a censorship/fingerprinting mechanism
ENABLE_CENSORSHIP="false"
FINGERPRINT_KEY=
MODERATION_KEY=
# ----------- COMMUNITY SHARING (OPTIONAL, YOU DON'T NEED THIS IN LOCAL) -----------
NEXT_PUBLIC_ENABLE_COMMUNITY_SHARING="false"
# You don't need those community sharing options to run Text-to-panorama
# locally or on your own server (they are meant to be used by the Hugging Face team)
COMMUNITY_API_URL=
COMMUNITY_API_TOKEN=
COMMUNITY_API_ID=
|