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