Spaces:
No application file
No application file
File size: 558 Bytes
84ba957 f3c2ae6 ac9ff79 9a23d5b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: Sentiment Mcp
emoji: 💻
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 5.34.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Activate your virtual environment
```mcp-sentiment\venv\Scripts\activate.bat```
## Command to push to multiple repos
- set a second remote in git
```for %r in (origin hf) do git push %r main```
## Login to Huggingface
First go into console and generate a new token, then use it to login
```huggingface-cli login``` |