Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jedyang97
/
3D-GRAND
like
19
Running
on
Zero
App
Files
Files
Community
3
ff53d73
3D-GRAND
/
README_local.md
jedyang97
add local readme
2454e23
5 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
183 Bytes
# 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
```