Spaces:
Running
Running
Update .env.local
Browse filesfixing openid issue inside HF
- .env.local +2 -0
.env.local
CHANGED
@@ -5,6 +5,8 @@ MONGODB_DIRECT_CONNECTION=false
|
|
5 |
COOKIE_NAME=readteam
|
6 |
HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
|
7 |
HF_TOKEN=${HF_TOKEN}
|
|
|
|
|
8 |
|
9 |
MODELS=`[
|
10 |
{
|
|
|
5 |
COOKIE_NAME=readteam
|
6 |
HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
|
7 |
HF_TOKEN=${HF_TOKEN}
|
8 |
+
PUBLIC_URL=${PUBLIC_URL}
|
9 |
+
PUBLIC_ORIGIN=${PUBLIC_ORIGIN}
|
10 |
|
11 |
MODELS=`[
|
12 |
{
|