Spaces:
Sleeping
Sleeping
Alejadro Sanchez-Giraldo
commited on
Commit
•
12dc1b0
1
Parent(s):
6e61bae
update Readmefile
Browse files
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="
|
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="
|
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
|