TheMaisk commited on
Commit
d30d331
1 Parent(s): 4b4674d

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
- JUPYTER_TOKEN="${JUPYTER_TOKEN:=002300!}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
 
1
  #!/bin/bash
2
+ JUPYTER_TOKEN="${JUPYTER_TOKEN:=HUGGINGFACE}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5