Spaces:
No application file
No application file
Merge branch 'main' of https://github.com/mattcodebytes/mcp-gradio
Browse files
README.md
CHANGED
@@ -21,4 +21,9 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
21 |
|
22 |
## Login to Huggingface
|
23 |
First go into console and generate a new token, then use it to login
|
24 |
-
```huggingface-cli login```
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## Login to Huggingface
|
23 |
First go into console and generate a new token, then use it to login
|
24 |
+
```huggingface-cli login```
|
25 |
+
## Activate your virtual environment
|
26 |
+
```mcp-sentiment\venv\Scripts\activate.bat```
|
27 |
+
|
28 |
+
## Command to push to multiple repos
|
29 |
+
```for %r in (origin hf) do git push %r main```
|