Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
opendatalab/MinerU
Quextro
/
MinerU
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c52e28a
MinerU
/
launch.sh
princhman
Resolve starting error
a7e16c8
3 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
#!/usr/bin/env bash
echo
"Setting up requirements"
python download_models_hf.py
python app.py
# or uvicorn app:app --host 0.0.0.0 --port 7860