CoolFace
Apppublic

wangfowen/hackaithon_app

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
App README

<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->

Setup

  pip install virtualenv
  python -m venv myenv
  source myenv/bin/activate
  pip install -r requirements.txt

Run

  streamlit run app.py