nateraw commited on
Commit
01a9752
·
1 Parent(s): 30a4455

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +0 -3
start_server.sh CHANGED
@@ -1,9 +1,6 @@
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
9
  else
 
1
  #!/bin/bash
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
 
 
 
4
  if [[ ! -f data.csv ]] || [[ ! -f dataset_config.json ]]; then
5
  python app.py
6
  else