Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import json
|
|
| 10 |
import logging
|
| 11 |
from PIL import Image
|
| 12 |
import base64
|
| 13 |
-
|
| 14 |
|
| 15 |
# Configuration du logging
|
| 16 |
logging.basicConfig(level=logging.INFO)
|
|
@@ -50,13 +50,13 @@ def setup_demo():
|
|
| 50 |
- Open your Figma file
|
| 51 |
- Copy the ID from the URL: `https://www.figma.com/file/FILE_ID/file-name`
|
| 52 |
|
| 53 |
-
### 3. **Configure
|
| 54 |
```json
|
| 55 |
{
|
| 56 |
"mcpServers": {
|
| 57 |
"figure": {
|
| 58 |
"command": "sse",
|
| 59 |
-
"args": ["https://
|
| 60 |
}
|
| 61 |
}
|
| 62 |
}
|
|
|
|
| 10 |
import logging
|
| 11 |
from PIL import Image
|
| 12 |
import base64
|
| 13 |
+
import
|
| 14 |
|
| 15 |
# Configuration du logging
|
| 16 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 50 |
- Open your Figma file
|
| 51 |
- Copy the ID from the URL: `https://www.figma.com/file/FILE_ID/file-name`
|
| 52 |
|
| 53 |
+
### 3. **Configure:**
|
| 54 |
```json
|
| 55 |
{
|
| 56 |
"mcpServers": {
|
| 57 |
"figure": {
|
| 58 |
"command": "sse",
|
| 59 |
+
"args": ["https://underground-digital-sigma.hf.space/gradio_api/mcp/sse"]
|
| 60 |
}
|
| 61 |
}
|
| 62 |
}
|