Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yixin6178
/
ChatPaper
like
6
Build error
App
Files
Files
Community
790c573
ChatPaper
/
run.sh
yiyixin
upload
90743eb
over 1 year ago
raw
Copy download link
history
blame
Safe
201 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