yiyixin commited on
Commit
90743eb
1 Parent(s): 4cd6730
Files changed (2) hide show
  1. run.sh +3 -1
  2. serve_grobid.sh +0 -2
run.sh CHANGED
@@ -1,3 +1,5 @@
1
- /app/grobid-0.6.2/gradlew run &
 
 
2
  nohup python backend.py &
3
  streamlit run frontend.py --server.address 0.0.0.0 --server.port 7860 --server.enableCORS true --server.enableXsrfProtection false
 
1
+ cd /app/grobid-0.6.2
2
+ ./gradlew run &
3
+ cd /app
4
  nohup python backend.py &
5
  streamlit run frontend.py --server.address 0.0.0.0 --server.port 7860 --server.enableCORS true --server.enableXsrfProtection false
serve_grobid.sh CHANGED
@@ -9,5 +9,3 @@ if [ ! -d grobid-${GROBID_VERSION} ]; then
9
  unzip "${GROBID_VERSION}.zip"
10
  rm "${GROBID_VERSION}.zip"
11
  fi
12
-
13
-
 
9
  unzip "${GROBID_VERSION}.zip"
10
  rm "${GROBID_VERSION}.zip"
11
  fi