ChatPaper / run.sh
derful's picture
Duplicate from yixin6178/ChatPaper
002f192
raw
history blame contribute delete
202 Bytes
cd /app/grobid-0.6.2
./gradlew run &
cd /app/
nohup python backend.py &
streamlit run frontend.py --server.address 0.0.0.0 --server.port 7860 --server.enableCORS true --server.enableXsrfProtection false