SUBHROJM/ELECTRODE_MTP
0
This Space uses Docker and expects the model at the repository root as gbm.pkl.
Upload these files to the Space root
- app.py
- requirements.txt
- Dockerfile
- gbm.pkl
The container exposes port 7860 and launches Streamlit:
streamlit run app.py --server.port 7860 --server.address 0.0.0.0
