robocan commited on
Commit
752fcf6
1 Parent(s): e08a3a6

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -1
start_server.sh CHANGED
@@ -2,7 +2,8 @@
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
-
 
6
  jupyter-lab \
7
  --ip 0.0.0.0 \
8
  --port 7860 \
 
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
+ import os
6
+ os.environ.get("SECRET_EXAMPLE")
7
  jupyter-lab \
8
  --ip 0.0.0.0 \
9
  --port 7860 \