fdaudens HF Staff commited on
Commit
80bfbf4
·
verified ·
1 Parent(s): 299bd84

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -3,7 +3,7 @@ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  # Define directories
5
  NOTEBOOK_DIR="/data"
6
- ORIGINAL_NOTEBOOKS="/notebooks" # This is where notebooks are in Hugging Face Spaces
7
 
8
  echo "Starting notebook setup process..."
9
  echo "Looking for notebooks in: $ORIGINAL_NOTEBOOKS"
 
3
 
4
  # Define directories
5
  NOTEBOOK_DIR="/data"
6
+ ORIGINAL_NOTEBOOKS="/home/user/app/notebooks" # This is the correct path where notebooks are located
7
 
8
  echo "Starting notebook setup process..."
9
  echo "Looking for notebooks in: $ORIGINAL_NOTEBOOKS"