upload
Browse files- serve_grobid.sh +1 -1
serve_grobid.sh
CHANGED
@@ -11,4 +11,4 @@ fi
|
|
11 |
|
12 |
# run GROBID
|
13 |
cd grobid-${GROBID_VERSION} || exit
|
14 |
-
./gradlew run
|
|
|
11 |
|
12 |
# run GROBID
|
13 |
cd grobid-${GROBID_VERSION} || exit
|
14 |
+
./gradlew run &
|