Spaces:
Runtime error
Runtime error
File size: 264 Bytes
d58b4eb |
1 2 3 4 5 6 |
create a virtual enviremetn | windows --> python -m venv venv
activate the virtual environment | ./venv/scripts/activate
instll the requirements | pip install -r requirements.txt
run the project | gradio app.py
**make sure environment variable are set correctly** |