Spaces:
Runtime error
Runtime error
Tina Odaka commited on
Commit ·
f13bb96
1
Parent(s): 9c52cb6
Add description on README.md
Browse files
README.md
CHANGED
|
@@ -8,3 +8,20 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 11 |
+
How to test on your PC
|
| 12 |
+
|
| 13 |
+
- Download the configuration
|
| 14 |
+
|
| 15 |
+
git clone https://huggingface.co/spaces/SADCPVIEW/Test
|
| 16 |
+
|
| 17 |
+
- Create python enviroment and run the code
|
| 18 |
+
|
| 19 |
+
micromamba create -n sadcpview python=3.11
|
| 20 |
+
micromamba activate sadcpview
|
| 21 |
+
cd Test
|
| 22 |
+
pip install -r requirements.txt
|
| 23 |
+
panel serve app.py
|
| 24 |
+
|
| 25 |
+
- access the web app!
|
| 26 |
+
|
| 27 |
+
Above panel command will show the web app address. Just check that with your favorite browser!
|