ghitaben commited on
Commit
19b4119
·
1 Parent(s): 3f3989a

fix installation step

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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** (paid ~$0.60/hr)
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