Alejadro Sanchez-Giraldo commited on
Commit
12dc1b0
1 Parent(s): 6e61bae

update Readmefile

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,11 +19,11 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
19
  ### UI
20
 
21
  docker run -it -p 8501:8501 --platform=linux/amd64 \
22
- -e LAUNCHDARKLY_SDK_KEY="sdk-142d656c-d430-4f8c-b2f1-7275f2ec65ff" \
23
  registry.hf.space/asgface-sentimentai:latest streamlit run app.py
24
 
25
  ### API
26
 
27
  docker run -it -p 5001:5000 --platform=linux/amd64 \
28
- -e LAUNCHDARKLY_SDK_KEY="sdk-142d656c-d430-4f8c-b2f1-7275f2ec65ff" \
29
  registry.hf.space/asgface-sentimentai:latest python api.py
 
19
  ### UI
20
 
21
  docker run -it -p 8501:8501 --platform=linux/amd64 \
22
+ -e LAUNCHDARKLY_SDK_KEY="<LAUNCHDARKLY_SDK_KEY>" \
23
  registry.hf.space/asgface-sentimentai:latest streamlit run app.py
24
 
25
  ### API
26
 
27
  docker run -it -p 5001:5000 --platform=linux/amd64 \
28
+ -e LAUNCHDARKLY_SDK_KEY="<LAUNCHDARKLY_SDK_KEY>" \
29
  registry.hf.space/asgface-sentimentai:latest python api.py