MinerU / launch.sh
princhman's picture
Resolve starting error
a7e16c8
raw
history blame
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