ModelScope Studio 2.0
The stable release has being published, this version completes major ecosystem upgrades and delivers a significantly enhanced component experience for building AI-powered interfaces.
🚀 What's New
- Migrated to Gradio 6.0 — Rebuilt on the latest Gradio 6.0 foundation with improved performance and stability.
- Migrated to Ant Design 6.0 — Full support for Ant Design 6.x, including all new components and updated APIs.
- Migrated to Ant Design X 2.0 — Complete integration of Ant Design X 2.x, purpose-built for AI interaction scenarios such as conversations, thought chains, and multimodal input.
📦 Installation
pip install modelscope_studio
This release only supports Gradio up to 6.8.0. Gradio versions above 6.8.0 introduced a breaking change that affects custom component compatibility and are not currently supported. See gradio#13131 for details.
⚠️ Migration Notes
legacy module removed — The legacy module has been removed in v2.0.0. If you rely on legacy components, or need to use 4.43.0 <= Gradio < 6.0.0, please use the 1.x version:
pip install modelscope_studio~=1.0
ModelScope Studio 2.0
The stable release has being published, this version completes major ecosystem upgrades and delivers a significantly enhanced component experience for building AI-powered interfaces.
🚀 What's New
📦 Installation
legacymodule removed — Thelegacymodule has been removed in v2.0.0. If you rely on legacy components, or need to use4.43.0 <= Gradio < 6.0.0, please use the 1.x version: