# Local Installation ``` conda create -n 3d_grand_hf python=3.10 -y conda activate 3d_grand_hf pip install -r requirements.txt pip install spaces ``` # To run: ``` python app.py ```