2454e23
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 ```