fix installation step
Browse files
README.md
CHANGED
|
@@ -90,12 +90,12 @@ Patient form ──► Agent 1: Intake Historian ──► (no lab) ───
|
|
| 90 |
|
| 91 |
Go to [huggingface.co/new-space](https://huggingface.co/new-space) and select:
|
| 92 |
- SDK: **Streamlit**
|
| 93 |
-
- Hardware: **T4 (GPU)** (free tier, limited quota) or **A10G**
|
| 94 |
|
| 95 |
**2. Push this repository**
|
| 96 |
|
| 97 |
```bash
|
| 98 |
-
git remote add space https://huggingface.co/spaces/<your-username>/amr-guard
|
| 99 |
git push space master
|
| 100 |
```
|
| 101 |
|
|
|
|
| 90 |
|
| 91 |
Go to [huggingface.co/new-space](https://huggingface.co/new-space) and select:
|
| 92 |
- SDK: **Streamlit**
|
| 93 |
+
- Hardware: **T4 (GPU)** (free tier, limited quota) or **A10G**
|
| 94 |
|
| 95 |
**2. Push this repository**
|
| 96 |
|
| 97 |
```bash
|
| 98 |
+
git remote set-url space https://huggingface.co/spaces/<your-username>/amr-guard 2>/dev/null || git remote add space https://huggingface.co/spaces/<your-username>/amr-guard
|
| 99 |
git push space master
|
| 100 |
```
|
| 101 |
|