Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
DAMO-NLP-SG
/
CoI_Agent
like
40
Running
App
Files
Files
Community
12c54f7
CoI_Agent
/
start.sh
jianghuyihei
first commit
863d8a3
27 days ago
raw
Copy download link
history
blame
Safe
174 Bytes
#!/bin/sh
# 启动gradlew服务并将其放到后台运行
cd
grobid
./gradlew run --console=plain &
cd
..
# 启动uvicorn服务
uvicorn app:app --host 0.0.0.0 --port 7860