Spaces:
Running
Running
title: Mmm Faces | |
emoji: π | |
colorFrom: indigo | |
colorTo: indigo | |
sdk: gradio | |
sdk_version: 4.42.0 | |
app_file: app.py | |
pinned: false | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
# Running Locally | |
After you have cloned the repository | |
1. Create a virtual python environment with the commands | |
``` | |
python3 -m venv .venv | |
source .venv/bin/activate | |
``` | |
2. Install required python packages | |
``` | |
pip install -r requirements.txt | |
``` | |
3. Start gradio server | |
``` | |
gradio app.py | |
``` | |
Enjoy! |