yiyixin commited on
Commit
128c7fa
1 Parent(s): 4920c10
Files changed (1) hide show
  1. run.sh +2 -1
run.sh CHANGED
@@ -1,5 +1,6 @@
 
1
  cd /app/grobid-0.6.2
2
- sudo ./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
 
1
+ su
2
  cd /app/grobid-0.6.2
3
+ ./gradlew run &
4
  cd /app/
5
  nohup python backend.py &
6
  streamlit run frontend.py --server.address 0.0.0.0 --server.port 7860 --server.enableCORS true --server.enableXsrfProtection false