CoolFace
Apppublic

SUBHROJM/ELECTRODE_MTP

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

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