Spaces:
Running
on
Zero
Running
on
Zero
add local readme
Browse files- README_local.md +12 -0
README_local.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Local Installation
|
2 |
+
```
|
3 |
+
conda create -n 3d_grand_hf python=3.10 -y
|
4 |
+
conda activate 3d_grand_hf
|
5 |
+
pip install -r requirements.txt
|
6 |
+
pip install spaces
|
7 |
+
```
|
8 |
+
|
9 |
+
# To run:
|
10 |
+
```
|
11 |
+
python app.py
|
12 |
+
```
|