nateraw commited on
Commit
77464ca
·
1 Parent(s): 8da77b5

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -0
start_server.sh CHANGED
@@ -1,6 +1,8 @@
1
  #!/bin/bash
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
 
 
4
 
5
  if [[ ! -f data.csv ]] || [[ ! -f dataset_config.json ]]; then
6
  python app.py
 
1
  #!/bin/bash
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
+ echo "WHO AM I?"
5
+ huggingface-cli whoami
6
 
7
  if [[ ! -f data.csv ]] || [[ ! -f dataset_config.json ]]; then
8
  python app.py