Update ui_components.py
Browse files- ui_components.py +1 -3
ui_components.py
CHANGED
|
@@ -204,10 +204,8 @@ class UIComponents:
|
|
| 204 |
content="""Welcome! I'm your MCP-powered AI assistant using OpenAI's GPT-OSS models via HuggingFace Inference Providers.
|
| 205 |
|
| 206 |
🎉 **Pre-loaded MCP servers ready to use:**
|
|
|
|
| 207 |
- **background removal** - Remove backgrounds from images
|
| 208 |
-
- **text to video** - Generate videos from text descriptions
|
| 209 |
-
- **text to speech** - Convert text to natural speech
|
| 210 |
-
- **text to image** - Create images from text prompts
|
| 211 |
|
| 212 |
You can start using these servers right away, add more servers, or remove them as needed. Try asking me to generate an image, create speech, or any other task!"""
|
| 213 |
)
|
|
|
|
| 204 |
content="""Welcome! I'm your MCP-powered AI assistant using OpenAI's GPT-OSS models via HuggingFace Inference Providers.
|
| 205 |
|
| 206 |
🎉 **Pre-loaded MCP servers ready to use:**
|
| 207 |
+
- **Nymbo-Tools** - Web Fetch, Web Search, Code Interpreter, Memory, Deep Research, Speech/Image/Video Gen
|
| 208 |
- **background removal** - Remove backgrounds from images
|
|
|
|
|
|
|
|
|
|
| 209 |
|
| 210 |
You can start using these servers right away, add more servers, or remove them as needed. Try asking me to generate an image, create speech, or any other task!"""
|
| 211 |
)
|