Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -69,6 +69,7 @@ Before pushing make sure that the DVC remote is setup correctly:
|
|
| 69 |
```
|
| 70 |
|
| 71 |
dvc remote modify origin url https://dagshub.com/{user_name}/summarization.dvc
|
|
|
|
| 72 |
```
|
| 73 |
```
|
| 74 |
t5s push
|
|
|
|
| 69 |
```
|
| 70 |
|
| 71 |
dvc remote modify origin url https://dagshub.com/{user_name}/summarization.dvc
|
| 72 |
+
dvc remote modify origin --local auth basic
|
| 73 |
```
|
| 74 |
```
|
| 75 |
t5s push
|