sandeepkhokher/ConversationalApp
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Create Virtual Env
python -m venv env
Activate Virtual Env
source env/bin/activate
Freeze the requirements using
pip freeze > requirements.txt
Install the requirements
pip install -r requirements.txt
Initial Git Repo in case you have existind code, using
git init git remote add hf-space git@hf.co:spaces/sandeepkhokher/LLMIntro
